Class AbpAsyncTimer
Inheritance
AbpAsyncTimer
Assembly: Volo.Abp.Threading.dll
Syntax
public class AbpAsyncTimer : ITransientDependency
Constructors
AbpAsyncTimer()
Declaration
Fields
Elapsed
Declaration
public Func<AbpAsyncTimer, Task> Elapsed
Field Value
Properties
ExceptionNotifier
Declaration
public IExceptionNotifier ExceptionNotifier { get; set; }
Property Value
Logger
Declaration
public ILogger<AbpAsyncTimer> Logger { get; set; }
Property Value
Period
Declaration
public int Period { get; set; }
Property Value
RunOnStart
Declaration
public bool RunOnStart { get; set; }
Property Value
Methods
Start(CancellationToken)
Declaration
public void Start(CancellationToken cancellationToken = default)
Parameters
Stop(CancellationToken)
Declaration
public void Stop(CancellationToken cancellationToken = default)
Parameters
Implements
Extension Methods