ConsoleParentNode.AddResultObjects Method
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
'Usage
Dim sender As Object
Dim e As QueryProcessorObjectsEventArgs
Me.AddResultObjects(sender, e)
Syntax
'Declaration
Protected Overridable Sub AddResultObjects ( _
sender As Object, _
e As QueryProcessorObjectsEventArgs _
)
protected virtual void AddResultObjects (
Object sender,
QueryProcessorObjectsEventArgs e
)
protected:
virtual void AddResultObjects (
Object^ sender,
QueryProcessorObjectsEventArgs^ e
)
protected void AddResultObjects (
Object sender,
QueryProcessorObjectsEventArgs e
)
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
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace