ListOperation Remove Method Aerospike
Create list remove operation. Server removes item at specified index from list bin. Server returns number of items removed.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Parameters

binName
Type: System String
index
Type: System Int32
ctx
Type:  Aerospike.Client CTX 
See Also