FastQuant.EventDispatcher.EventDispatcher C# (CSharp) Метод

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

public EventDispatcher ( ) : System
Результат System
        public EventDispatcher()
        {
            this.idArray_0 = new IdArray<IEventClient>(1000);
            this.idArray_1 = new IdArray<List<IEventClient>>(1000);
            this.permanentQueue_0 = new PermanentQueue<Event>();
        }

Same methods

EventDispatcher::EventDispatcher ( Framework framework ) : System