Info.ParseResultCode Method

Parse info response string and return the result code for info commands that only return OK or an error string. Info commands that return other data are not handled by this method.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public static int ParseResultCode(
	string response
)

Parameters

response  String
 

Return Value

Int32

See Also