Méthode | Description | |
---|---|---|
DeleteEmittedStreams ( System.Action onEmittedStreamsDeleted ) : void | ||
EmittedStreamsDeleter ( IODispatcher ioDispatcher, string emittedStreamsId, string emittedStreamsCheckpointStreamId ) : EventStore.Common.Log |
Méthode | Description | |
---|---|---|
DeleteEmittedStreamsFrom ( int fromPosition, System.Action onEmittedStreamsDeleted ) : void | ||
DeleteStreamCompleted ( ClientMessage deleteStreamCompleted, System.Action onEmittedStreamsDeleted, string streamId, int eventNumber ) : void | ||
GetPositionToDeleteFrom ( ClientMessage onReadCompleted ) : int | ||
ReadCompleted ( ClientMessage onReadCompleted, System.Action onEmittedStreamsDeleted ) : void | ||
ReadLastCheckpoint ( Action |
||
TryMarkCheckpoint ( int eventNumber ) : void |
public DeleteEmittedStreams ( System.Action onEmittedStreamsDeleted ) : void | ||
onEmittedStreamsDeleted | System.Action | |
Résultat | void |
public EmittedStreamsDeleter ( IODispatcher ioDispatcher, string emittedStreamsId, string emittedStreamsCheckpointStreamId ) : EventStore.Common.Log | ||
ioDispatcher | IODispatcher | |
emittedStreamsId | string | |
emittedStreamsCheckpointStreamId | string | |
Résultat | EventStore.Common.Log |