Initializes a new instance of the AsyncScanExecutor class
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public AsyncScanExecutor( AsyncCluster cluster, ScanPolicy policy, RecordSequenceListener listener, string ns, string setName, string[] binNames, Node[] nodes )
Parameters
- cluster
- Type: Aerospike.ClientAsyncCluster
- policy
- Type: Aerospike.ClientScanPolicy
- listener
- Type: Aerospike.ClientRecordSequenceListener
- ns
- Type: SystemString
- setName
- Type: SystemString
- binNames
- Type: SystemString
- nodes
- Type: Aerospike.ClientNode
See Also