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 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