TaskUtilities..::..RunConcurrently Method
Runs the Task in a concurrent thread without waiting for it to complete. This will start the task if it is not already running.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static void RunConcurrently( this Task task )
<ExtensionAttribute> _ Public Shared Sub RunConcurrently ( _ task As Task _ )
Parameters
- task
- Type: Task
The task to run.

