Blocks the calling thread until the task has been ended.

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Wait()
Visual Basic
Public Sub Wait
Visual C++
public:
void Wait()

See Also