C# Class QueueService.baseService

Inheritance: ServiceStack.AppHostHttpListenerBase
Afficher le fichier Open project: skipme/TaskMQ Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( Funq.Container container ) : void

Configure the container with the necessary routes for your ServiceStack application.

baseService ( ) : System

Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.

Method Details

Configure() public méthode

Configure the container with the necessary routes for your ServiceStack application.
public Configure ( Funq.Container container ) : void
container Funq.Container The built-in IoC used with ServiceStack.
Résultat void

baseService() public méthode

Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.
public baseService ( ) : System
Résultat System