GRPCCommand(Buffer, GrpcChannel, Policy, Key) Constructor

Initializes a new instance of the GRPCCommand class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public GRPCCommand(
	Buffer buffer,
	GrpcChannel channel,
	Policy policy,
	Key key
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
policy  Policy
 
key  Key
 

See Also