Method RemoveTimeout
RemoveTimeout(object)
Removes a previously scheduled timeout
bool RemoveTimeout(object token)Parameters
- tokenobject
Returns
- bool
- true if the timeout is successfully removed; otherwise, false . This method also returns false if the timeout is not found. 
Remarks
The token parameter is the value returned by AddTimeout(TimeSpan, Func<bool>).