ValueWrite Method

Serialize the fixed value in the wire protocol.

Definition

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

Parameters

buffer  Byte
 
offset  Int32
 

Return Value

Int32

See Also