C# 클래스 MassTransit.QuartzService.ScheduleMessageService

상속: ServiceControl
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
ScheduleMessageService ( IConfigurationProvider configurationProvider ) : System
Start ( HostControl hostControl ) : bool
Stop ( HostControl hostControl ) : bool

비공개 메소드들

메소드 설명
CreateScheduler ( ) : IScheduler

메소드 상세

ScheduleMessageService() 공개 메소드

public ScheduleMessageService ( IConfigurationProvider configurationProvider ) : System
configurationProvider IConfigurationProvider
리턴 System

Start() 공개 메소드

public Start ( HostControl hostControl ) : bool
hostControl HostControl
리턴 bool

Stop() 공개 메소드

public Stop ( HostControl hostControl ) : bool
hostControl HostControl
리턴 bool