Adds result objects to the list of result objects for the scope node, and fires the ResultPaneObjectsReadyEvent to the views to display the objects. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim sender As Object
Dim e As QueryProcessorObjectsEventArgs

Me.AddResultObjects(sender, e)

Syntax

Visual Basic
Protected Overridable Sub AddResultObjects ( _
		sender As Object, _
		e As QueryProcessorObjectsEventArgs _
)
C#
protected virtual void AddResultObjects (
		Object sender,
		QueryProcessorObjectsEventArgs e
)
C++
protected:
virtual void AddResultObjects (
		Object^ sender, 
		QueryProcessorObjectsEventArgs^ e
)
J#
protected void AddResultObjects (
		Object sender, 
		QueryProcessorObjectsEventArgs e
)
JScript
protected function AddResultObjects (
		sender : Object, 
		e : QueryProcessorObjectsEventArgs
)

Parameters

sender

[in] System.Object instance that indicates the sender of an event notifying that results are required.

e

[in] QueryProcessorObjectsEventArgs object.

Remarks

This method is called from a worker thread.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also