Candor.Tasks.RepeatingWorkerRoleTask.OnStop C# (CSharp) Method

OnStop() public method

Stops the work loop and then returns when complete. Expect the process to terminate potentially immediately after this method returns.
public OnStop ( ) : void
return void
        public override void OnStop()
        {
            ClearTimer();
            LogProvider.InfoFormat("'{0}' has stopped.", Name);
        }