Click or drag to resize

Result Methods

The Result type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodForNoLongerThan
Throw an exception if the task takes longer than the timeout.
(Defined by TaskExt.)
Public Extension MethodIfTimeout
Add an action to be called if a task throws an exception due to a timeout.
(Defined by TaskExt.)
Top
See Also