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