Microsoft.Ccr.Core.CcrWorker.CcrWorker C# (CSharp) Method

CcrWorker() private method

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