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