IndexTaskParseStatusResponse Method

[Missing <summary> documentation for "M:Aerospike.Client.IndexTask.ParseStatusResponse(System.String,System.String,System.Boolean)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static int ParseStatusResponse(
	string command,
	string response,
	bool isCreate
)

Parameters

command  String
 
response  String
 
isCreate  Boolean
 

Return Value

Int32

See Also