Namespace: hr.tis.mgw.client.common
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Property ThreadedListener As Boolean
C#
public bool ThreadedListener { get; set; }
Visual C++
public:
property bool ThreadedListener {
	bool get ();
	void set (bool value);
}