ListOperation PopRange Method (String, Int32,  CTX )Aerospike
Create list pop range operation. Server returns items starting at specified index to the end of list and removes those items from list bin.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.0.0 (4.0.0)
Syntax

Parameters

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