Akka.Event.LogEvent.LogEvent C# (CSharp) Méthode

LogEvent() protected méthode

Initializes a new instance of the LogEvent class.
protected LogEvent ( ) : System
Résultat System
        protected LogEvent()
        {
            Timestamp = DateTime.UtcNow;
            Thread = Thread.CurrentThread;
        }