EventSequenceTokenV2.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.EventSequenceTokenV2 CreateSequenceTokenForEvent (int eventInd);
member this.CreateSequenceTokenForEvent : int -> Orleans.Providers.Streams.Common.EventSequenceTokenV2
Public Function CreateSequenceTokenForEvent (eventInd As Integer) As EventSequenceTokenV2
Parameters
- eventInd
- Int32
The event index.
Returns
A new sequence token.