Click or drag to resize
Akka.NETDedicatedThreadScheduler Class

Note: This API is now obsolete.

Obsolete. Use HashedWheelTimerScheduler instead.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Replaced with HashedWheelTimerScheduler [1.1.2]")]
public class DedicatedThreadScheduler : SchedulerBase, 
	IDateTimeOffsetNowTimeProvider, ITimeProvider, IDisposable

The DedicatedThreadScheduler type exposes the following members.

Constructors
  NameDescription
Public methodDedicatedThreadScheduler(ActorSystem) Obsolete.
Obsolete. Use [!:HashedWheelTimerScheduler(Config, ILoggingAdapter] instead.
Public methodDedicatedThreadScheduler(Config, ILoggingAdapter)
Obsolete. Use [!:HashedWheelTimerScheduler(Config, ILoggingAdapter] instead.
Top
Properties
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalScheduleOnce (Overrides SchedulerBaseInternalScheduleOnce(TimeSpan, Action, ICancelable).)
Protected methodInternalScheduleRepeatedly (Overrides SchedulerBaseInternalScheduleRepeatedly(TimeSpan, TimeSpan, Action, ICancelable).)
Protected methodInternalScheduleTellOnce (Overrides SchedulerBaseInternalScheduleTellOnce(TimeSpan, ICanTell, Object, IActorRef, ICancelable).)
Protected methodInternalScheduleTellRepeatedly (Overrides SchedulerBaseInternalScheduleTellRepeatedly(TimeSpan, TimeSpan, ICanTell, Object, IActorRef, ICancelable).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldLog
The ILoggingAdapter provided by the ActorSystem at startup.
(Inherited from SchedulerBase.)
Protected fieldSchedulerConfig
The configuration section for a specific IScheduler implementation.
(Inherited from SchedulerBase.)
Top
Extension Methods
See Also