ActorTaskScheduler Methods |
The ActorTaskScheduler type exposes the following members.
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.) |