|  | DedicatedThreadScheduler Class | 
Note: This API is now obsolete.
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Akka.Actor
 Syntax
SyntaxThe DedicatedThreadScheduler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DedicatedThreadScheduler(ActorSystem) | Obsolete. 
            Obsolete. Use [!:HashedWheelTimerScheduler(Config, ILoggingAdapter] instead.
             | 
|  | DedicatedThreadScheduler(Config, ILoggingAdapter) | 
            Obsolete. Use [!:HashedWheelTimerScheduler(Config, ILoggingAdapter] instead.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HighResMonotonicClock | 
            Obsolete. Use HighResMonotonicClock instead.
            (Overrides SchedulerBaseHighResMonotonicClock.) | 
|  | MonotonicClock | 
            Obsolete. Use MonotonicClock instead.
            (Overrides SchedulerBaseMonotonicClock.) | 
|  | TimeNow | 
            Obsolete. Use TimeNow instead.
            (Overrides SchedulerBaseTimeNow.) | 
 Methods
Methods Fields
Fields| Name | Description | |
|---|---|---|
|  | Log | 
            The ILoggingAdapter provided by the ActorSystem at startup.
            (Inherited from SchedulerBase.) | 
|  | SchedulerConfig | 
            The configuration section for a specific IScheduler implementation.
            (Inherited from SchedulerBase.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsInstanceOfT | 
            TBD
            (Defined by Extensions.) | 
|  | Match | Overloaded. 
            Matches the specified target.
            (Defined by PatternMatch.) | 
|  | MatchT | Overloaded. 
            Matches the specified target and return a result of target processing.
            (Defined by PatternMatch.) | 
 See Also
See Also