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