TaskScheduler Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | 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.) |
![]() ![]() | FromCurrentSynchronizationContext() | Creates a TaskScheduler associated with the current System.Threading.SynchronizationContext. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetScheduledTasks() | For debugger support only, generates an enumerable of Task instances currently queued to the scheduler waiting to be executed. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | QueueTask(Task) | Queues a Task to the scheduler. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryDequeue(Task) | Attempts to dequeue a Task that was previously queued to this scheduler. |
![]() | TryExecuteTask(Task) | Attempts to execute the provided Task on this scheduler. |
![]() | TryExecuteTaskInline(Task, Boolean) | Determines whether the provided Task can be executed synchronously in this call, and if it can, executes it. |


