ReadHeaderCommandProxy Constructor

Initializes a new instance of the ReadHeaderCommandProxy class

Definition

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

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
policy  Policy
 
key  Key
 

See Also