ITransactionalStateStorageEvents<TState> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
串流至儲存體的事件。
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) |
串流至儲存體的事件。 |