Class SnapshotStoreInterceptors.CancelableDelay
Inheritance
SnapshotStoreInterceptors.CancelableDelay
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class CancelableDelay : ISnapshotStoreInterceptor
Constructors
|
Improve this Doc
View Source
CancelableDelay(TimeSpan, ISnapshotStoreInterceptor, CancellationToken)
Declaration
public CancelableDelay(TimeSpan delay, ISnapshotStoreInterceptor next, CancellationToken cancellationToken)
Parameters
Methods
|
Improve this Doc
View Source
InterceptAsync(String, SnapshotSelectionCriteria)
Declaration
public async Task InterceptAsync(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Returns
Implements
Extension Methods