C# Класс npantarhei.runtime.patterns.DispatchForWPF

Наследование: IDispatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
DispatchForWPF ( ) : System
Process ( System.Action continueWith ) : void
Process ( IMessage t, Action continueWith ) : void

Описание методов

DispatchForWPF() публичный Метод

public DispatchForWPF ( ) : System
Результат System

Process() публичный Метод

public Process ( System.Action continueWith ) : void
continueWith System.Action
Результат void

Process() публичный Метод

public Process ( IMessage t, Action continueWith ) : void
t IMessage
continueWith Action
Результат void