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