AerospikeClient Execute Method (WritePolicy, Key, String, String,  Value )Aerospike
Execute user defined function on server and return results. The function operates on a single record. The package name is used to locate the udf file location:

udf file = <server udf dir>/<package name>.lua

This method is only supported by Aerospike 3 servers.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.12)
Syntax

Parameters

policy
Type: Aerospike.Client WritePolicy
generic configuration parameters, pass in null for defaults
key
Type: Aerospike.Client Key
unique record identifier
packageName
Type: OnlineSystem String
server package name where user defined function resides
functionName
Type: OnlineSystem String
user defined function
args
Type:  Aerospike.Client Value 
arguments passed in to user defined function
Exceptions

See Also