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