ITransactionalStateStorageEvents<TState> インターフェイス

定義

ストレージにストリーミングされたイベント。

public interface ITransactionalStateStorageEvents<TState> where TState : class, new()
type ITransactionalStateStorageEvents<'State (requires 'State : null and 'State : (new : unit -> 'State))> = interface
Public Interface ITransactionalStateStorageEvents(Of TState)

型パラメーター

TState

メソッド

Cancel(Int64)

ストレージにストリーミングされたイベント。

Collect(Guid)

ストレージにストリーミングされたイベント。

Commit(Guid, DateTime, List<ParticipantId>)

ストレージにストリーミングされたイベント。

Confirm(Int64)

ストレージにストリーミングされたイベント。

Prepare(Int64, Guid, DateTime, ParticipantId, TState)

ストレージにストリーミングされたイベント。

Read(DateTime)

ストレージにストリーミングされたイベント。

適用対象