Click or drag to resize
LogEventThread Property
Gets the thread.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Thread Thread { get; }

Property Value

Type: Thread
The thread.
See Also