TaskUtilities..::..AutoCancelingTask<(Of <(<'T>)>)> Method (Int32)
Creates a task that automatically cancels after a given delay.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Type Parameters
- T
- Task type
Parameters
- delay
- Type: Int32
The delay, in milliseconds, before the task is canceled.