ServerCommandProxy Constructor

Initializes a new instance of the ServerCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public ServerCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	WritePolicy policy,
	Statement statement,
	ulong taskId
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
policy  WritePolicy
 
statement  Statement
 
taskId  UInt64
 

See Also