IConnectionWrite Method

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

Definition

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

Parameters

buffer  Byte
 
length  Int32
 

See Also