Interface IScheduler
TBD
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public interface IScheduler : ITellScheduler, ITimeProvider
Properties
| Edit this page View SourceAdvanced
Gets the advanced scheduler which will allow you to schedule actions.
Declaration
IAdvancedScheduler Advanced { get; }
Property Value
| Type | Description |
|---|---|
| IAdvancedScheduler |
Edit this page