Click or drag to resize
Akka.NETIScheduler Properties

The IScheduler type exposes the following members.

Properties
  NameDescription
Public propertyAdvanced
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.
Public propertyHighResMonotonicClock
TBD
(Inherited from ITimeProvider.)
Public propertyMonotonicClock
TBD
(Inherited from ITimeProvider.)
Public propertyNow
Gets the scheduler's notion of current time.
(Inherited from ITimeProvider.)
Top
See Also