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