Scan the database using specified namespace and set filters.
The supplied user-defined method is called for each record returned.
The user can terminate the scan by returning false in the callback method.
This method will block until the scan is complete or terminated by the callback
method. Callbacks are made within the scope of this method call.
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.
- callback
- Type: ScanCallback2
Callback delegate for each returned record.
Return Value
See Also