C# Class npantarhei.distribution.StandInOperation

Inheritance: npantarhei.runtime.patterns.AOperation, IDisposable
Datei anzeigen Open project: ralfw/NPantaRhei

Public Methods

Method Description
Dispose ( ) : void
StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System

Protected Methods

Method Description
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Process() protected method

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

StandInOperation() public method

public StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System
name string
hostProxy IHostProxy
standInStub IStandInStub
return System