C# Class ServiceStack.Server.Tests.Messaging.MqAppHost

Inheritance: AppSelfHostBase
Exibir arquivo Open project: ServiceStack/ServiceStack Class Usage Examples

Public Properties

Property Type Description
LastCustomException CustomException

Public Methods

Method Description
Configure ( Funq.Container container ) : void
HandleMqCustomException ( IMessageHandler mqHandler, IMessage message, Exception ex ) : void
MqAppHost ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Configure() public method

public Configure ( Funq.Container container ) : void
container Funq.Container
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleMqCustomException() public method

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

MqAppHost() public method

public MqAppHost ( ) : System
return System

Property Details

LastCustomException public_oe property

public CustomException,ServiceStack.Server.Tests.Messaging LastCustomException
return CustomException