CitrusleafClient Scan Method (String, String, Int32, CitrusleafClient , Object)Aerospike
Scan the database using specified namespace and set filters. The supplied user-defined method is called for each record returned. This method will block until the scan is complete. Callbacks are made within the scope of this method call. This method exists for backwards compatibility.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Set name. Pass null to retrieve all records in the namespace.
timeoutMillis
Type: OnlineSystem Int32
Timeout in milliseconds. Not currently used.
valueCallback
Type: ScanCallback
Original callback delegate.
valueCallbackPrivate
Type: OnlineSystem Object
Pass-through user defined data. This field is not necessary because users can define non-static callback methods which contain class instance state. This method exists for backwards compatibility.

Return Value

Result status.
See Also