Partager via


IStorageProviderCallback.ReturnServerInformation Method (IList<ServerInformation>, Int32)

 

Returns the server information list.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[OperationContractAttribute(IsOneWay = true)]
void ReturnServerInformation(
    IList<ServerInformation> serverInfos,
    int connectionId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerInformation(
    IList<ServerInformation^>^ serverInfos,
    int connectionId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnServerInformation (
    serverInfos As IList(Of ServerInformation),
    connectionId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top