| HashedWheelTimerScheduler Class |
Namespace: Akka.Actor
The HashedWheelTimerScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| HashedWheelTimerScheduler |
TBD
|
| Name | Description | |
|---|---|---|
| HighResMonotonicClock |
TBD
(Overrides SchedulerBaseHighResMonotonicClock.) | |
| MonotonicClock |
TBD
(Overrides SchedulerBaseMonotonicClock.) | |
| TimeNow |
TBD
(Overrides SchedulerBaseTimeNow.) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InternalScheduleOnce |
TBD
(Overrides SchedulerBaseInternalScheduleOnce(TimeSpan, Action, ICancelable).) | |
| InternalScheduleRepeatedly |
TBD
(Overrides SchedulerBaseInternalScheduleRepeatedly(TimeSpan, TimeSpan, Action, ICancelable).) | |
| InternalScheduleTellOnce |
TBD
(Overrides SchedulerBaseInternalScheduleTellOnce(TimeSpan, ICanTell, Object, IActorRef, ICancelable).) | |
| InternalScheduleTellRepeatedly |
TBD
(Overrides SchedulerBaseInternalScheduleTellRepeatedly(TimeSpan, TimeSpan, ICanTell, Object, IActorRef, ICancelable).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| 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.) |