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.
Called when hte operation progress is updated.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void OperationProgressUpdated(
int progress,
int stage,
int requestID
)
[OperationContractAttribute(IsOneWay = true)]
void OperationProgressUpdated(
int progress,
int stage,
int requestID
)
<OperationContractAttribute(IsOneWay := True)>
Sub OperationProgressUpdated (
progress As Integer,
stage As Integer,
requestID As Integer
)
Parameters
progress
Type: System.Int32The percentage complete.
stage
Type: System.Int32The current stage.
requestID
Type: System.Int32The client request ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top