ExecuteCommandProxy Constructor

Initializes a new instance of the ExecuteCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public ExecuteCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	WritePolicy writePolicy,
	Key key,
	string packageName,
	string functionName,
	Value[] args
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
writePolicy  WritePolicy
 
key  Key
 
packageName  String
 
functionName  String
 
args  Value
 

See Also