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

CheckIn() protected method

The derived class can mark that it has reached an activity checkpoint to verify that it is still active.
If too much time passes before a check in or a release of a work period then the timer is restarted when this task is pinged.
protected CheckIn ( ) : void
return void
        protected void CheckIn()
        {
            _lastCheckIn = DateTime.UtcNow;
        }