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