AsyncScan Constructor

Aerospike
Initializes a new instance of the AsyncScan class

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public AsyncScan(
	AsyncMultiExecutor parent,
	AsyncCluster cluster,
	AsyncNode node,
	ScanPolicy scanPolicy,
	RecordSequenceListener listener,
	string ns,
	string setName,
	string[] binNames,
	ulong taskId
)

Parameters

parent
Type: AsyncMultiExecutor
cluster
Type: Aerospike.ClientAsyncCluster
node
Type: Aerospike.ClientAsyncNode
scanPolicy
Type: Aerospike.ClientScanPolicy
listener
Type: Aerospike.ClientRecordSequenceListener
ns
Type: SystemString
setName
Type: SystemString
binNames
Type: SystemString
taskId
Type: SystemUInt64
See Also

Reference