C# Class 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.
Inheritance: WorkerRoleTask
Show file Open project: michael-lang/candor-common

Public Methods

Method Description
OnStart ( ) : void
OnStop ( ) : void
Ping ( ) : void

Method Details

OnStart() public method

public OnStart ( ) : void
return void

OnStop() public method

public OnStop ( ) : void
return void

Ping() public method

public Ping ( ) : void
return void