Méthode | Description | |
---|---|---|
OnStart ( ) : void |
Starts this worker roles work loop, typically with a timer, and then returns immediately.
|
|
OnStop ( ) : void |
Stops the work loop and then returns when complete. Expect the process to terminate potentially immediately after this method returns.
|
|
Ping ( ) : void |
Pings the task to ensure it is working properly.
|