Пример #1
0
            public override bool Cancel()
            {
                if (IsDone)
                {
                    return(false);
                }

                executor.Remove(this);
                cancellationRequested = true;
                SetCancelled();
                return(true);
            }