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 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
- info 
 Type: System.String- The information update. 
- result 
 Type: System.UInt64- The updated result. 
- requestID 
 Type: System.Int32- The client request ID. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top