ServerConnection.Hilo Property

Chatu Queens

ServerConnectionHilo Property

Hilo que gestiona los mensajes recibidos del servidor.

Namespace:  ChatuQueens
Assembly:  ChatuQueens (in ChatuQueens.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Thread Hilo { get; set; }
Public Property Hilo As Thread
	Get
	Set
public:
property Thread^ Hilo {
	Thread^ get ();
	void set (Thread^ value);
}
member Hilo : Thread with get, set

Property Value

Type: Thread
See Also