Для изменения размера нажмите или перетащите

StaTaskSchedulerTryExecuteTaskInline - метод

Determines whether a Task may be inlined.

Пространство имён:  Tessa.Platform
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
protected override bool TryExecuteTaskInline(
	Task task,
	bool taskWasPreviouslyQueued
)

Параметры

task
Тип: System.Threading.TasksTask
The task to be executed.
taskWasPreviouslyQueued
Тип: SystemBoolean
Whether the task was previously queued.

Возвращаемое значение

Тип: Boolean
true if the task was successfully inlined; otherwise, false.
См. также