Cliente.Hilo Property

Chatu Queens

ClienteHilo Property

Hilo de escucha del cliente.

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.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