ManagementObjectSearcher::Get Method (ManagementOperationObserver^)

 

Invokes the WMI query asynchronously, and binds to a watcher to deliver the results.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
void Get(
	ManagementOperationObserver^ watcher
)

Parameters

watcher
Type: System.Management::ManagementOperationObserver^

The watcher that raises events triggered by the operation.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show: