C# Class QueueService.baseService

Inheritance: ServiceStack.AppHostHttpListenerBase
Mostrar archivo Open project: skipme/TaskMQ Class Usage Examples

Public Methods

Method 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 method

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.
return void

baseService() public method

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