Partager via


IStorageProviderCallback.OperationCompleted Method (Boolean, Int32, Int32)

 

Called when the operation is completed.

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

Syntax

[OperationContractAttribute(IsOneWay = true)]
void OperationCompleted(
    bool success,
    int errorCode,
    int requestID
)
[OperationContractAttribute(IsOneWay = true)]
void OperationCompleted(
    bool success,
    int errorCode,
    int requestID
)
<OperationContractAttribute(IsOneWay := True)>
Sub OperationCompleted (
    success As Boolean,
    errorCode As Integer,
    requestID As Integer
)

Parameters

  • success
    Type: System.Boolean

    true if the operation succeeded; otherwise, false.

  • requestID
    Type: System.Int32

    The client request identifier.

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top