Dispatcher 类

定义

调度要对 的 Renderer上下文执行的外部操作。

public ref class Dispatcher abstract
public abstract class Dispatcher
type Dispatcher = class
Public MustInherit Class Dispatcher
继承
Dispatcher

构造函数

Dispatcher()

调度要对 的 Renderer上下文执行的外部操作。

方法

AssertAccess()

验证当前正在执行的代码是否在调度程序内运行。

CheckAccess()

返回一个值,该值确定是否需要使用调度程序在当前上下文中调用工作项。

CreateDefault()

创建 的默认实例 Dispatcher

InvokeAsync(Action)

在关联的 Renderer的上下文中调用给定Action的 。

InvokeAsync(Func<Task>)

在关联的 Renderer的上下文中调用给定Func<TResult>的 。

InvokeAsync<TResult>(Func<Task<TResult>>)

在关联的 Renderer的上下文中调用给定Func<TResult>的 。

InvokeAsync<TResult>(Func<TResult>)

在关联的 Renderer的上下文中调用给定Func<TResult>的 。

OnUnhandledException(UnhandledExceptionEventArgs)

调用以通知侦听器未处理的异常。

适用于