C# Class npantarhei.runtime.patterns.AOperation

Inheritance: IOperation
Show file Open project: ralfw/NPantaRhei

Protected Methods

Method Description
AOperation ( string name ) : System
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

AOperation() protected method

protected AOperation ( string name ) : System
name string
return System

Process() protected method

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
return void