Starts this Task when the other Task ended successfully.
Namespace: UnityThreadingAssembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Task Await( this Task that, Task taskToWaitFor, DispatcherBase target ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function Await ( _ that As Task, _ taskToWaitFor As Task, _ target As DispatcherBase _ ) As Task |
Visual C++ |
---|
[ExtensionAttribute] public: static Task^ Await( Task^ that, Task^ taskToWaitFor, DispatcherBase^ target ) |
Parameters
- that
- Type: UnityThreading..::..Task
- taskToWaitFor
- Type: UnityThreading..::..Task
- target
- Type: UnityThreading..::..DispatcherBase
The DispatcherBase to start this task on.