IStorageProviderCallback.OperationProgressUpdated Method (Int32, Int32, Int32)
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