Click or drag to resize
Akka.NETISchedulerAdvanced 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.42 (1.2.3.42)
Syntax
IAdvancedScheduler Advanced { get; }

Property Value

Type: IAdvancedScheduler
See Also