| ISchedulerAdvanced Property |
Gets the advanced scheduler which will allow you to schedule actions.
Remarks Note! It's considered bad practice to use concurrency inside actors and very easy to get wrong so usage is discouraged.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax IAdvancedScheduler Advanced { get; }
abstract Advanced : IAdvancedScheduler with get
Property Value
Type:
IAdvancedSchedulerSee Also