StaTaskSchedulerTryExecuteTaskInline - метод
Determines whether a Task may be inlined.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
protected override bool TryExecuteTaskInline(
Task task,
bool taskWasPreviouslyQueued
)
Protected Overrides Function TryExecuteTaskInline (
task As Task,
taskWasPreviouslyQueued As Boolean
) As Boolean
protected:
virtual bool TryExecuteTaskInline(
Task^ task,
bool taskWasPreviouslyQueued
) override
abstract TryExecuteTaskInline :
task : Task *
taskWasPreviouslyQueued : bool -> bool
override TryExecuteTaskInline :
task : Task *
taskWasPreviouslyQueued : bool -> bool
- task Task
- The task to be executed.
- taskWasPreviouslyQueued Boolean
- Whether the task was previously queued.
Booleantrue if the task was successfully inlined; otherwise, false.