FastQuant.EventPipe.EventPipe C# (CSharp) Méthode

EventPipe() public méthode

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