AsyncClientProxyOperate(BatchPolicy, BatchRecordSequenceListener, ListBatchRecord) Method

Note: This API is now obsolete.
Not supported in proxy client

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
[ObsoleteAttribute("Method not supported in proxy client: Operate")]
public void Operate(
	BatchPolicy policy,
	BatchRecordSequenceListener listener,
	List<BatchRecord> records
)

Parameters

policy  BatchPolicy
listener  BatchRecordSequenceListener
records  ListBatchRecord

Implements

IAsyncClientOperate(BatchPolicy, BatchRecordSequenceListener, ListBatchRecord)

Exceptions

See Also