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;
        }