Click or drag to resize
IRiakBatchClientGetServerInfo Method

Note: This API is now obsolete.

Get the server information from the connected cluster.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
[ObsoleteAttribute("Please use RiakClient.Commands.ServerInfo instead.")]
RiakResult<RiakServerInfo> GetServerInfo()

Return Value

Type: RiakResultRiakServerInfo
A RiakServerInfo object containing information gathered from a node in the cluster.
Remarks
This function will assume that all of the nodes in the cluster are running the same version of Riak. It will only get executed on a single node, and the content that is returned technically only relates to that node. All nodes in a cluster should run on the same version of Riak.
See Also