C# 클래스 npantarhei.distribution.StandInOperation

상속: npantarhei.runtime.patterns.AOperation, IDisposable
파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
Dispose ( ) : void
StandInOperation ( string name, IHostProxy hostProxy, IStandInStub standInStub ) : System

보호된 메소드들

메소드 설명
Process ( IMessage input, Action continueWith, Action unhandledException ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Process() 보호된 메소드

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

StandInOperation() 공개 메소드

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