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