Method RemoveIdle
RemoveIdle(Func<bool>)
Removes an idle handler added with AddIdle(Func<bool>) from processing.
bool RemoveIdle(Func<bool> fnTrue)
Removes an idle handler added with AddIdle(Func<bool>) from processing.
bool RemoveIdle(Func<bool> fnTrue)