IStorageProviderCallback.ReturnServerDriveInformation Method (String, IList<DriveShortInfo>, Int32)
Called to return the drive information about the specified device.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerDriveInformation(
string deviceName,
IList<DriveShortInfo> serverDriveInfos,
int connectionId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerDriveInformation(
String^ deviceName,
IList<DriveShortInfo^>^ serverDriveInfos,
int connectionId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnServerDriveInformation (
deviceName As String,
serverDriveInfos As IList(Of DriveShortInfo),
connectionId As Integer
)
Parameters
deviceName
Type: System.StringName of the specified device.
serverDriveInfos
Type: System.Collections.Generic.IList<DriveShortInfo>The drive information list to return.
connectionId
Type: System.Int32The connection identifier.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top