CachedMessageBlock.GetSequenceToken(Int32, ICacheDataAdapter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sequence token of the cached message a the provided index
public Orleans.Streams.StreamSequenceToken GetSequenceToken (int index, Orleans.Providers.Streams.Common.ICacheDataAdapter dataAdapter);
member this.GetSequenceToken : int * Orleans.Providers.Streams.Common.ICacheDataAdapter -> Orleans.Streams.StreamSequenceToken
Public Function GetSequenceToken (index As Integer, dataAdapter As ICacheDataAdapter) As StreamSequenceToken
Parameters
- index
- Int32
The index of the message to access.
- dataAdapter
- ICacheDataAdapter
The data adapter.
Returns
The sequence token.