IStorageProviderCallback.GetDrivesCompleted Method (Int32)
Called when all drives are returned.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void GetDrivesCompleted(
int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void GetDrivesCompleted(
int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub GetDrivesCompleted (
connectiontId As Integer
)
Parameters
connectiontId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top