Constructor using specified policy.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public BatchUDF( BatchUDFPolicy policy, Key key, string packageName, string functionName, Value[] functionArgs )
Parameters
- policy
- Type: Aerospike.ClientBatchUDFPolicy
- key
- Type: Aerospike.ClientKey
- packageName
- Type: SystemString
- functionName
- Type: SystemString
- functionArgs
- Type: Aerospike.ClientValue
See Also