Share via


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)

串流至儲存體的事件。

適用於