共用方式為


JournaledGrain<TGrainState,TEventBase>.RetrieveConfirmedEvents 方法

定義

從儲存體擷取已確認事件序列的區段。 NotSupportedException如果事件無法讀取,則會擲回 。 事件是否可用,以及事件的時間長度取決於使用的提供者,以及其設定方式。

protected System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<TEventBase>> RetrieveConfirmedEvents (int fromVersion, int toVersion);
member this.RetrieveConfirmedEvents : int * int -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<'EventBase>>
Protected Function RetrieveConfirmedEvents (fromVersion As Integer, toVersion As Integer) As Task(Of IReadOnlyList(Of TEventBase))

參數

fromVersion
Int32

要從中開始的事件順序位置

toVersion
Int32

要結束之事件序列的位置

傳回

Task<IReadOnlyList<TEventBase>>

傳回兩個版本之間事件順序的工作

適用於