CTXToBytes Method

Aerospike
Serialize context array to bytes.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static byte[] ToBytes(
	CTX[] ctx
)

Parameters

ctx
Type: Aerospike.ClientCTX

Return Value

Type: Byte
See Also

Reference