Exemplo n.º 1
0
        /// <summary>
        /// Executes when the async execution succesfully completed.
        /// </summary>
        public sealed override void ExecuteCompleted()
        {
            ReturnCompleted();

            if (_handle == null)
            {
                return;
            }
            _handle.Release(_result);
        }