AsyncClient Execute Method (WritePolicy, CancellationToken, Key, String, String,  Value )Aerospike
Asynchronously execute user defined function on server for a single record and return result. Create listener, call asynchronous execute and return task monitor.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.6)
Syntax

Parameters

policy
Type: Aerospike.Client WritePolicy
write configuration parameters, pass in null for defaults
token
Type: OnlineSystem.Threading CancellationToken
cancellation token
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
functionArgs
Type:  Aerospike.Client Value 
arguments passed in to user defined function

Return Value

task monitor
See Also