Returns the currently ThreadBase instance which is running in this thread.

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

Syntax

C#
public static Task Current { get; }
Visual Basic
Public Shared ReadOnly Property Current As Task
	Get
Visual C++
public:
static property Task^ Current {
	Task^ get ();
}

See Also