get: Get the sequence number assigned to this item in the series. set: Explicitly set the sequence number for this Entry and a CommitCallback for indicating when the producer is finished with assigning data for exchange.

Namespace: RCLibrary.SlimPC
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long Sequence { get; set; }
Visual Basic
Public Property Sequence As Long
	Get
	Set
Visual C++
public:
property long long Sequence {
	long long get ();
	void set (long long value);
}

See Also