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

Inheritance: AppSelfHostBase
Afficher le fichier Open project: ServiceStack/ServiceStack Class Usage Examples

Méthodes publiques

Свойство Type Description
LastCustomException CustomException

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Configure() public méthode

public Configure ( Funq.Container container ) : void
container Funq.Container
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleMqCustomException() public méthode

public HandleMqCustomException ( IMessageHandler mqHandler, IMessage message, Exception ex ) : void
mqHandler IMessageHandler
message IMessage
ex System.Exception
Résultat void

MqAppHost() public méthode

public MqAppHost ( ) : System
Résultat System

Property Details

LastCustomException public_oe property

public CustomException,ServiceStack.Server.Tests.Messaging LastCustomException
Résultat CustomException