AbortRequestAbortId Property

Unique identifier of the corresponding request in the stream to abort. Not to be confused with the AbortRequest's id in the stream.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public uint AbortId { get; set; }

Property Value

UInt32

See Also