AsyncOperationDatabase.QueryTimer Property

Gets the query timer for the asynchronous operation.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As AsyncOperationDatabase
Dim value As Stopwatch

value = instance.QueryTimer

Syntax

'Declaration
Public ReadOnly Property QueryTimer As Stopwatch
public Stopwatch QueryTimer { get; }
public:
property Stopwatch^ QueryTimer {
    Stopwatch^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Stopwatch get_QueryTimer ()
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

Reference

AsyncOperationDatabase Class
AsyncOperationDatabase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace