Partager via


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

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top