SystemTimeInterruptMonitor.IsInterruptionRequested

SystemTimeInterruptMonitor.IsInterruptionRequested property

This implementation just checks whether the time cost(from the time when starting this monitor to now) is greater than user specified limit.

public override bool IsInterruptionRequested { get; }

See Also