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