Gets the thread.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Thread Thread { get; }
Public ReadOnly Property Thread As Thread
Get
public:
property Thread^ Thread {
Thread^ get ();
}
member Thread : Thread with get
Property Value
Type:
ThreadThe thread.
See Also