StaTaskSchedulerTryExecuteTaskInline - метод

Determines whether a Task may be inlined.

Definition

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

Параметры

task  Task
The task to be executed.
taskWasPreviouslyQueued  Boolean
Whether the task was previously queued.

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

Boolean
true if the task was successfully inlined; otherwise, false.

См. также