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