TimeoutTimer.IsInfinite property

Returns true for a timer that never times out.

public bool IsInfinite { get; }

Property Value

True for a timer that never times out.

See Also