ConnectionProxyReadFully Method

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

Definition

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

Parameters

buffer  Byte
 
length  Int32
 

Implements

IConnectionReadFully(Byte, Int32)

See Also