IStorageProviderCallback.ReturnDrive Method (DriveInfo, Int32)
Called when the drive is returned.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void ReturnDrive(
DriveInfo driveInfo,
int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnDrive(
DriveInfo^ driveInfo,
int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnDrive (
driveInfo As DriveInfo,
connectiontId As Integer
)
Parameters
driveInfo
Type: Microsoft.WindowsServerSolutions.Storage.DriveInfoInformation about the drive.
connectiontId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top