Class StreamSequenceToken
Handle representing stream sequence number/token. Consumer may subsribe to the stream while specifying the start of the subsription sequence token. That means that the stream infarstructure will deliver stream events starting from this sequence token.
Inheritance
System.Object
StreamSequenceToken
Implements
IComparable<StreamSequenceToken>
Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public abstract class StreamSequenceToken : IEquatable<StreamSequenceToken>, IComparable<StreamSequenceToken>
Methods
| Improve this Doc View SourceCompareTo(StreamSequenceToken)
Declaration
public abstract int CompareTo(StreamSequenceToken other)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamSequenceToken | other |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Equals(StreamSequenceToken)
Declaration
public abstract bool Equals(StreamSequenceToken other)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamSequenceToken | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
IComparable<>