LimitedConcurrencyLevelTaskScheduler Class
Public Class LimitedConcurrencyLevelTaskScheduler
Inherits TaskScheduler
This language is not supported or no code example is available.
public class LimitedConcurrencyLevelTaskScheduler : TaskScheduler
This language is not supported or no code example is available.
public ref class LimitedConcurrencyLevelTaskScheduler : public TaskScheduler^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
LimitedConcurrencyLevelTaskScheduler(int) |
| 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. |
| 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). |
|
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 | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
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. (inherited from TaskScheduler). |
|
TryExecuteTaskInline(Task, bool) | Determines whether the provided Task can be executed synchronously in this call, and if it can, executes it. |
ConnectorWFMV3.LimitedConcurrencyLevelTaskScheduler