AbortRequest Class

Abort a request identified by id in the stream.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public sealed class AbortRequest : IMessage<AbortRequest>, 
	IMessage, IEquatable<AbortRequest>, IDeepCloneable<AbortRequest>, 
	IBufferMessage
Inheritance
Object    AbortRequest
Implements
IBufferMessage, IDeepCloneableAbortRequest, IMessage, IMessageAbortRequest, IEquatableAbortRequest

Constructors

AbortRequestInitializes a new instance of the AbortRequest class
AbortRequest(AbortRequest)Initializes a new instance of the AbortRequest class

Properties

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

Methods

Fields

AbortIdFieldNumberField number for the "abortId" field.

See Also