AsyncOperationDatabase.AsyncOperation Property
Gets or sets 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 AsyncOperation
value = instance.AsyncOperation
instance.AsyncOperation = value
Syntax
'Declaration
Public Property AsyncOperation As AsyncOperation
public AsyncOperation AsyncOperation { get; set; }
public:
property AsyncOperation^ AsyncOperation {
AsyncOperation^ get ();
void set (AsyncOperation^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public AsyncOperation get_AsyncOperation ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_AsyncOperation (AsyncOperation value)
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
Reference
AsyncOperationDatabase Class
AsyncOperationDatabase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace