Click or drag to resize
RiakClientGetServerInfo 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.")]
public RiakResult<RiakServerInfo> GetServerInfo()

Return Value

Type: RiakResultRiakServerInfo
A RiakServerInfo object containing information gathered from a node in the cluster.

Implements

IRiakBatchClientGetServerInfo
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