AsyncOperationDatabase.QueryEnded Property
Gets or sets a manual reset event that indicates whether the query has ended.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As AsyncOperationDatabase
Dim value As ManualResetEvent
value = instance.QueryEnded
instance.QueryEnded = value
Syntax
'Declaration
Public Property QueryEnded As ManualResetEvent
public ManualResetEvent QueryEnded { get; set; }
public:
property ManualResetEvent^ QueryEnded {
ManualResetEvent^ get ();
void set (ManualResetEvent^ value);
}
/** @property */
public ManualResetEvent get_QueryEnded ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_QueryEnded (ManualResetEvent value)
public function get QueryEnded () : ManualResetEvent
DebuggerStepThroughAttribute
public function set QueryEnded (value : ManualResetEvent)
Property Value
System.Threading.ManualResetEvent object.
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
AsyncOperationDatabase Class
AsyncOperationDatabase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace