Ejemplo n.º 1
0
        public void ApplyAsync()
        {
            var cts = new CancellationTokenSource();

            Progress.AddTask(pipelineController.UpdateImagesAsync(Progress.GetProgressInterface(cts.Token)), cts);
        }