DispatcherHelperInvokeInUIAsync(Action, DispatcherPriority) - метод
Выполняет делегат в потоке UI. Возвращает управление, не дожидаясь его выполнения.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static DispatcherOperation InvokeInUIAsync(
Action callback,
DispatcherPriority priority
)
Public Shared Function InvokeInUIAsync (
callback As Action,
priority As DispatcherPriority
) As DispatcherOperation
public:
static DispatcherOperation^ InvokeInUIAsync(
Action^ callback,
DispatcherPriority^ priority
)
static member InvokeInUIAsync :
callback : Action *
priority : DispatcherPriority -> DispatcherOperation
- callback Action
-
- priority DispatcherPriority
-
DispatcherOperation