C# 클래스 ServiceStack.Server.Tests.Messaging.MqAppHost

상속: AppSelfHostBase
파일 보기 프로젝트 열기: ServiceStack/ServiceStack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LastCustomException CustomException

공개 메소드들

메소드 설명
Configure ( Funq.Container container ) : void
HandleMqCustomException ( IMessageHandler mqHandler, IMessage message, Exception ex ) : void
MqAppHost ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( Funq.Container container ) : void
container Funq.Container
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HandleMqCustomException() 공개 메소드

public HandleMqCustomException ( IMessageHandler mqHandler, IMessage message, Exception ex ) : void
mqHandler IMessageHandler
message IMessage
ex System.Exception
리턴 void

MqAppHost() 공개 메소드

public MqAppHost ( ) : System
리턴 System

프로퍼티 상세

LastCustomException 공개적으로 프로퍼티

public CustomException,ServiceStack.Server.Tests.Messaging LastCustomException
리턴 CustomException