Akka.Event.EventStream.EventStream C# (CSharp) Method

EventStream() public method

Initializes a new instance of the EventStream class.
public EventStream ( bool debug ) : System
debug bool if set to true [debug].
return System
        public EventStream(bool debug)
        {
            _debug = debug;
        }