| ActorTaskScheduler Class |
[Missing <summary> documentation for "T:Akka.Dispatch.ActorTaskScheduler"]
Namespace: Akka.Dispatch
The ActorTaskScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorTaskScheduler | Initializes a new instance of the ActorTaskScheduler class |
| Name | Description | |
|---|---|---|
| Equals | (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 a hash function for a particular type. (Inherited from Object.) | |
| GetScheduledTasks | (Overrides TaskSchedulerGetScheduledTasks.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| QueueTask | (Overrides TaskSchedulerQueueTask(Task).) | |
| Schedule | ||
| SetCurrentState | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryDequeue | Attempts to dequeue a Task that was previously queued to this scheduler. (Inherited from TaskScheduler.) | |
| TryExecuteTask | Attempts to execute the provided Task on this scheduler. (Inherited from TaskScheduler.) | |
| TryExecuteTaskInline | (Overrides TaskSchedulerTryExecuteTaskInline(Task, Boolean).) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| Instance | ||
| RootScheduler | ||
| StateKey | ||
| TaskFactory |
| Name | Description | |
|---|---|---|
| Id | Gets the unique ID for this TaskScheduler. (Inherited from TaskScheduler.) | |
| MaximumConcurrencyLevel | Indicates the maximum concurrency level this TaskScheduler is able to support. (Inherited from TaskScheduler.) |