StorageOperationStatus.IsCompleted Property

 

Indicates whether the operation has finished.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public bool IsCompleted { get; }
public:
property bool IsCompleted {
    virtual bool get() sealed;
}
Public ReadOnly Property IsCompleted As Boolean

Property Value

Type: System.Boolean

true if the request has finished; otherwise, false.

Implements

IAsyncResult.IsCompleted

See Also

StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top