GRPCCommand(Buffer, GrpcChannel, Policy, Int32, Int32) 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,
	int socketTimeout,
	int totalTimeout
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
policy  Policy
 
socketTimeout  Int32
 
totalTimeout  Int32
 

See Also