Gets the query timer for the asynchronous operation. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As AsyncOperationDatabase
Dim value As Stopwatch

value = instance.QueryTimer

Syntax

Visual Basic
Public ReadOnly Property QueryTimer As Stopwatch
C#
public Stopwatch QueryTimer { get; }
C++
public:
property Stopwatch^ QueryTimer {
		Stopwatch^ get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Stopwatch get_QueryTimer ()
JScript
DebuggerStepThroughAttribute 
public function get QueryTimer () : Stopwatch

Property Value

System.Diagnostics.Stopwatch object that represents the query timer.

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