BaseTask Constructor (Cluster, Policy)

Aerospike
Initialize task with fields needed to query server nodes.

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

C#
public BaseTask(
	Cluster cluster,
	Policy policy
)

Parameters

cluster
Type: Aerospike.ClientCluster
policy
Type: Aerospike.ClientPolicy
See Also

Reference