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)

流式传输到存储的事件。

适用于