EventSequenceToken.CreateSequenceTokenForEvent(Int32) 方法

定义

为当前批处理中的特定事件创建序列标记。

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

参数

eventInd
Int32

事件索引,表示属于批的事件。

返回

序列标记。

适用于