Candor.Tasks.RepeatingWorkerRoleTask.CheckIn C# (CSharp) 메소드

CheckIn() 보호된 메소드

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
리턴 void
        protected void CheckIn()
        {
            _lastCheckIn = DateTime.UtcNow;
        }