StorageOperationStatus.AsyncState Property

 

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

IAsyncResult.AsyncState

See Also

StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top