C# 클래스 QueueService.baseService

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

공개 메소드들

메소드 설명
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.

메소드 상세

Configure() 공개 메소드

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.
리턴 void

baseService() 공개 메소드

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