C# 클래스 Candor.Tasks.MultiWorkerService.PlaceholderWorkerRoleTask

This task does nothing except serve as a placeholder sample when no other tasks need to be run. In practice, don't configure any tasks and don't start the service.
상속: WorkerRoleTask
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
OnStart ( ) : void
OnStop ( ) : void
Ping ( ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( ) : void
리턴 void

OnStop() 공개 메소드

public OnStop ( ) : void
리턴 void

Ping() 공개 메소드

public Ping ( ) : void
리턴 void