Microsoft.Ccr.Core.CcrWorker.CcrWorker C# (CSharp) Méthode

CcrWorker() private méthode

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