Servidor.HiloEscucha Property

Chatu Queens

ServidorHiloEscucha Property

Hilo de escucha para nuevas conexiones.

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private Thread HiloEscucha { get; set; }
Private Property HiloEscucha As Thread
	Get
	Set
private:
property Thread^ HiloEscucha {
	Thread^ get ();
	void set (Thread^ value);
}
private member HiloEscucha : Thread with get, set

Property Value

Type: Thread
See Also