Exemplo n.º 1
0
        /// <summary>
        ///     Returns the array EventIds and result codes for the alarms whose
        ///     acknowledgement failed.
        /// </summary>
        /// <param name="operatorName"></param>
        /// <param name="comment"></param>
        /// <param name="eventIdsToAck"></param>
        /// <returns></returns>
        public EventIdResult[] AckAlarms(string operatorName, string comment, Ssz.Utils.DataAccess.EventId[] eventIdsToAck)
        {
            if (Disposed)
            {
                throw new ObjectDisposedException("Cannot access a disposed ClientEventList.");
            }

            return(Context.AckAlarms(ListServerAlias, operatorName, comment, eventIdsToAck));
        }