C# 클래스 npantarhei.runtime.patterns.AOperation

상속: IOperation
파일 보기 프로젝트 열기: ralfw/NPantaRhei

보호된 메소드들

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

메소드 상세

AOperation() 보호된 메소드

protected AOperation ( string name ) : System
name string
리턴 System

Process() 보호된 메소드

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