[This is preliminary documentation and is subject to change.]

Gets wheter this is main thread.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsClientThread { get; }
Public Shared ReadOnly Property IsClientThread As Boolean
public:
static property bool IsClientThread {
	bool get ();
}

See Also