RecordGetUDFResult Method

Aerospike
Get the value returned by a UDF execute in a batch. The result may be null.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public Object GetUDFResult()

Return Value

Type: Object
See Also

Reference