ConnectionProxyStreamReadFully Method

[Missing <summary> documentation for "M:Aerospike.Client.ConnectionProxyStream.ReadFully(System.Byte[],System.Int32,System.Threading.CancellationToken)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public Task ReadFully(
	byte[] buffer,
	int length,
	CancellationToken token
)

Parameters

buffer  Byte
 
length  Int32
 
token  CancellationToken
 

Return Value

Task

See Also