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 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.String- Name of the specified device. 
- serverDriveInfos 
 Type: System.Collections.Generic.IList<DriveShortInfo>- The drive information list to return. 
- connectionId 
 Type: System.Int32- The connection identifier. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top