GPRsop.ReleaseQueryResults Method ()

 

Releases the Windows Management Instrumentation (WMI) namespace allocated by this instance.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public void ReleaseQueryResults()
public:
void ReleaseQueryResults()
member ReleaseQueryResults : unit -> unit
Public Sub ReleaseQueryResults

Exceptions

Exception Condition
ObjectDisposedException

The GPRsop is disposed.

Remarks

The WMI namespace is specified and allocated when a GPRsop object is created.

See Also

GPRsop Class
Microsoft.GroupPolicy Namespace

Return to top