Partager via


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

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top