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.
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
See Also
StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top