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 ExecuteTask( Cluster cluster, Policy policy, Statement statement, ulong taskId )
Parameters
- cluster
- Type: Aerospike.ClientCluster
- policy
- Type: Aerospike.ClientPolicy
- statement
- Type: Aerospike.ClientStatement
- taskId
- Type: SystemUInt64
See Also