Gets or sets 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 AsyncOperation

value = instance.AsyncOperation

instance.AsyncOperation = value

Syntax

Visual Basic
Public Property AsyncOperation As AsyncOperation
C#
public AsyncOperation AsyncOperation { get; set; }
C++
public:
property AsyncOperation^ AsyncOperation {
		AsyncOperation^ get ();
		void set (AsyncOperation^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public AsyncOperation get_AsyncOperation ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AsyncOperation (AsyncOperation value)
JScript
DebuggerStepThroughAttribute 
public function get AsyncOperation () : AsyncOperation

DebuggerStepThroughAttribute 
public function set AsyncOperation (value : AsyncOperation)

Property Value

The System.ComponentModel.AsyncOperation object that represents the operation.

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