LogEvent..::..Thread Property

Gets the thread.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public Thread Thread { get; set; }
Public Property Thread As Thread
	Get
	Set
public:
property Thread^ Thread {
	Thread^ get ();
	void set (Thread^ value);
}

Field Value

The thread.