C# Class npantarhei.runtime.patterns.AOperation

Inheritance: IOperation
Afficher le fichier Open project: ralfw/NPantaRhei

Méthodes protégées

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

Method Details

AOperation() protected méthode

protected AOperation ( string name ) : System
name string
Résultat System

Process() protected méthode

protected Process ( IMessage input, Action continueWith, Action unhandledException ) : void
input IMessage
continueWith Action
unhandledException Action
Résultat void