KVSKVSClientExecute(AerospikeRequestPayload, CallOptions) Method
Execute single key user defined function on server and return results.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AerospikeResponsePayload Execute(
AerospikeRequestPayload request,
CallOptions options
)
- request AerospikeRequestPayload
- The request to send to the server.
- options CallOptions
- The options for the call.
AerospikeResponsePayloadThe response received from the server.