KVSKVSClient(CallInvoker) Constructor

Creates a new client for KVS that uses a custom CallInvoker.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public KVSClient(
	CallInvoker callInvoker
)

Parameters

callInvoker  CallInvoker
The callInvoker to use to make remote calls.

See Also