StaTaskSchedulerTryExecuteTaskInline - метод

Determines whether a Task may be inlined.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.

См. также