Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that qualifies or contains information about an asynchronous operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public object AsyncState { get; protected set; }
public:
property Object^ AsyncState {
virtual Object^ get() sealed;
protected: virtual void set(Object^ value) sealed;
}
Public Property AsyncState As Object
Get
Protected Set
End Property
Property Value
Type: System.Object
An instance of Object.
Implements
See Also
StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top