Microsoft.Ccr.Core.CcrWorker.CcrWorker C# (CSharp) 메소드

CcrWorker() 개인적인 메소드

private CcrWorker ( Dispatcher dispatcher, int currentQueue ) : System
dispatcher Dispatcher
currentQueue int
리턴 System
        internal CcrWorker(Dispatcher dispatcher, int currentQueue)
        {
            this.dispatcher = dispatcher;
            this.currentQueue = currentQueue;
        }