Click or drag to resize

TaskExt Class

ITask extension methods that allow further customization when the event should fire or whether it should be canceled.
Inheritance Hierarchy
SystemObject
  Demo3D.NativeTaskExt

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static class TaskExt

The TaskExt type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForNoLongerThan
Throw an exception if the task takes longer than the timeout.
Public methodStatic memberIfTimeout
Add an action to be called if a task throws an exception due to a timeout.
Top
See Also