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.
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
- serverInfos 
 Type: System.Collections.Generic.IList<ServerInformation>- The server information list to return. 
- connectionId 
 Type: System.Int32- The connection ID. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top