Partager via


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

  • connectionId
    Type: System.Int32

    The connection identifier.

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top