Initialize task with fields needed to query server nodes.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public BaseTask( Cluster cluster, Policy policy )
Parameters
- cluster
- Type: Aerospike.ClientCluster
- policy
- Type: Aerospike.ClientPolicy
See Also