Share via


IStorageProviderCallback.OperationInfoUpdated Method (String, UInt64, Int32)

 

Called when the operation information is udpated.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[OperationContractAttribute(IsOneWay = true)]
void OperationInfoUpdated(
    string info,
    ulong result,
    int requestID
)
[OperationContractAttribute(IsOneWay = true)]
void OperationInfoUpdated(
    String^ info,
    unsigned long long result,
    int requestID
)
<OperationContractAttribute(IsOneWay := True)>
Sub OperationInfoUpdated (
    info As String,
    result As ULong,
    requestID As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top