Adds a result object to the scope pane, and fires the ResultPaneObjectReadyEvent to the views to display the object. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim sender As Object
Dim e As QueryProcessorObjectEventArgs

Me.AddResultObject(sender, e)

Syntax

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

Parameters

sender

[in] System.Object instance that indicates the sender of an event notifying that a result is required.

e

[in] QueryProcessorObjectEventArgs 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