KVSKVSClientExecute(AerospikeRequestPayload, CallOptions) Method

Execute single key user defined function on server and return results.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AerospikeResponsePayload Execute(
	AerospikeRequestPayload request,
	CallOptions options
)

Parameters

request  AerospikeRequestPayload
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

AerospikeResponsePayload
The response received from the server.

See Also