Ejemplo n.º 1
0
        public ErrorTypes UpdateEnd(IAsyncResult ar)
        {
            ErrorTypes eErrorTypes = ErrorTypes.NoError;

            try
            {
                eErrorTypes = m_oUpdate.EndInvoke(ar);
            }
            catch
            {
                eErrorTypes = ErrorTypes.TaskResult;
            }
            return(eErrorTypes);
        }