KVSKVSClient(ChannelBase) Constructor

Creates a new client for KVS

Definition

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

Parameters

channel  ChannelBase
The channel to use to make remote calls.

See Also