ITransactionalStateStorageEvents<TState> Interface

Definition

Events streamed to storage.

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)

Type Parameters

TState

Methods

Cancel(Int64)
Collect(Guid)
Commit(Guid, DateTime, List<ParticipantId>)
Confirm(Int64)
Prepare(Int64, Guid, DateTime, ParticipantId, TState)
Read(DateTime)

Applies to