C# Class npantarhei.distribution.StandInOperation

Inheritance: npantarhei.runtime.patterns.AOperation, IDisposable
Afficher le fichier Open project: ralfw/NPantaRhei

Méthodes publiques

Méthode Description
Dispose ( ) : void
StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System

Méthodes protégées

Méthode Description
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() protected méthode

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

StandInOperation() public méthode

public StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System
name string
hostProxy IHostProxy
standInStub IStandInStub
Résultat System