FastQuant.EventPipe.EventPipe C# (CSharp) Method

EventPipe() public method

public EventPipe ( Framework framework, bool threaded = false ) : System
framework Framework
threaded bool
return System
        public EventPipe(Framework framework, bool threaded = false)
        {
            this.framework = framework;
            Threaded = threaded;
            if (threaded)
                throw new NotSupportedException();
        }