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
Afficher le fichier Open project: michael-lang/candor-common

Méthodes publiques

Méthode Description
OnStart ( ) : void
OnStop ( ) : void
Ping ( ) : void

Method Details

OnStart() public méthode

public OnStart ( ) : void
Résultat void

OnStop() public méthode

public OnStop ( ) : void
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void