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) |
流式传输到存储的事件。 |