AsyncConnectionArgsSend Method

[Missing <summary> documentation for "M:Aerospike.Client.AsyncConnectionArgs.Send(System.Byte[],System.Int32,System.Int32)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public override void Send(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
 
offset  Int32
 
count  Int32
 

See Also