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

EventStream() публичный Метод

Initializes a new instance of the EventStream class.
public EventStream ( bool debug ) : System
debug bool if set to true [debug].
Результат System
        public EventStream(bool debug)
        {
            _debug = debug;
        }