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 request finished synchronously.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool CompletedSynchronously { get; protected set; }
public:
property bool CompletedSynchronously {
virtual bool get() sealed;
protected: virtual void set(bool value) sealed;
}
Public Property CompletedSynchronously As Boolean
Get
Protected Set
End Property
Property Value
Type: System.Boolean
true if the request finished synchronously; otherwise, false.
Implements
IAsyncResult.CompletedSynchronously
See Also
StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top