ThreadInterruptMonitor.FinishMonitor

ThreadInterruptMonitor.FinishMonitor method

Finishes the monitor for one procedure.

public void FinishMonitor()

Remarks

Calling this method after the monitored procedure can release the monitor thread earlier, especially when there is no interruption for it(the time cost of that procedure is less than the specified time limit).

See Also