ITransactionalStateStorageEvents<TState> Interfaz

Definición

Eventos transmitidos al almacenamiento.

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)

Parámetros de tipo

TState

Métodos

Cancel(Int64)

Eventos transmitidos al almacenamiento.

Collect(Guid)

Eventos transmitidos al almacenamiento.

Commit(Guid, DateTime, List<ParticipantId>)

Eventos transmitidos al almacenamiento.

Confirm(Int64)

Eventos transmitidos al almacenamiento.

Prepare(Int64, Guid, DateTime, ParticipantId, TState)

Eventos transmitidos al almacenamiento.

Read(DateTime)

Eventos transmitidos al almacenamiento.

Se aplica a