Create array of operations from varargs. This method can be useful when
its important to save identical array pointer references. Using varargs
directly always generates new references.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation[] Array( params Operation[] ops )
Parameters
- ops
- Type: Aerospike.ClientOperation
Return Value
Type: OperationSee Also