Class AbpTimer
Assembly: Volo.Abp.Threading.dll
Syntax
public class AbpTimer : ITransientDependency
Constructors
AbpTimer()
Declaration
Properties
ExceptionNotifier
Declaration
public IExceptionNotifier ExceptionNotifier { get; set; }
Property Value
Logger
Declaration
public ILogger<AbpTimer> 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
Events
Elapsed
Declaration
public event EventHandler Elapsed
Event Type
Implements
Extension Methods