EventSequenceToken.CreateSequenceTokenForEvent(Int32) 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.
Creates a sequence token for a specific event in the current batch.
public Orleans.Providers.Streams.Common.EventSequenceToken CreateSequenceTokenForEvent (int eventInd);
member this.CreateSequenceTokenForEvent : int -> Orleans.Providers.Streams.Common.EventSequenceToken
Public Function CreateSequenceTokenForEvent (eventInd As Integer) As EventSequenceToken
Parameters
- eventInd
- Int32
The event index, for events which are part of a batch.
Returns
The sequence token.