ITransactionalStateStorageEvents<TState> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |