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.Booleantrue if the operation succeeded; otherwise, false.
errorCode
Type: System.Int32The error code.
requestID
Type: System.Int32The client request identifier.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top