Akka.Event.LogEvent.LogEvent C# (CSharp) Метод

LogEvent() защищенный Метод

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
Результат System
        protected LogEvent()
        {
            Timestamp = DateTime.UtcNow;
            Thread = Thread.CurrentThread;
        }