Interface IWithTimers
Marker interface for adding Timers support
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public interface IWithTimers
Properties
| Improve this Doc View SourceTimers
Gets or sets the TimerScheduler. This will be automatically populated by the framework in base constructor. Implement this as an auto property.
Declaration
ITimerScheduler Timers { get; set; }
Property Value
Type | Description |
---|---|
ITimerScheduler |