Overload List
| Name | Description | |
|---|---|---|
| PopRange(String, Int32) |
Create list pop range operation.
Server returns items starting at specified index to the end of list and removes those items
from list bin.
| |
| PopRange(String, Int32, Int32) |
Create list pop range operation.
Server returns "count" items starting at specified index and removes items from list bin.
|
See Also