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.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Set name. Pass null to retrieve all records in the namespace.
- timeoutMillis
- Type:
System Int32
Timeout in milliseconds. Not currently used.
- valueCallback
- Type: ScanCallback
Original callback delegate.
- valueCallbackPrivate
- Type:
System 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