TaskScheduler.FromCurrentSynchronizationContext 方法

定义

创建与当前 SynchronizationContext 关联的 TaskScheduler

public:
 static System::Threading::Tasks::TaskScheduler ^ FromCurrentSynchronizationContext();
public static System.Threading.Tasks.TaskScheduler FromCurrentSynchronizationContext ();
static member FromCurrentSynchronizationContext : unit -> System.Threading.Tasks.TaskScheduler
Public Shared Function FromCurrentSynchronizationContext () As TaskScheduler

返回

TaskScheduler

与当前 SynchronizationContext 关联的 TaskScheduler,由 Current 确定。

例外

当前的 SynchronizationContext 不能用作 TaskScheduler。

注解

排队到返回的计划程序的所有 Task 实例将通过调用该 Post 上下文上的方法来执行。

有关详细信息,请参阅 TaskScheduler

适用于

另请参阅