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
Visual Basic |
Dim instance As AsyncOperationDatabase
Dim value As ManualResetEvent
value = instance.QueryEnded
instance.QueryEnded = value
|
Syntax
Visual Basic |
Public Property QueryEnded As ManualResetEvent
|
C# |
public ManualResetEvent QueryEnded { get; set; }
|
C++ |
public:
property ManualResetEvent^ QueryEnded {
ManualResetEvent^ get ();
void set (ManualResetEvent^ value);
}
|
J# |
/** @property */
public ManualResetEvent get_QueryEnded ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_QueryEnded (ManualResetEvent value)
|
JScript |
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