C# Class npantarhei.runtime.patterns.DispatchForWPF

Inheritance: IDispatcher
Show file Open project: ralfw/NPantaRhei

Public Methods

Method Description
DispatchForWPF ( ) : System
Process ( System.Action continueWith ) : void
Process ( IMessage t, Action continueWith ) : void

Method Details

DispatchForWPF() public method

public DispatchForWPF ( ) : System
return System

Process() public method

public Process ( System.Action continueWith ) : void
continueWith System.Action
return void

Process() public method

public Process ( IMessage t, Action continueWith ) : void
t IMessage
continueWith Action
return void