Opc.Ua.Com.Server.ComAe2Proxy.QueryEventAttributes C# (CSharp) Метод

QueryEventAttributes() публичный Метод

Gets the supported event attributes.
public QueryEventAttributes ( uint categoryId ) : List
categoryId uint
Результат List
        public List<AeEventAttribute> QueryEventAttributes(uint categoryId)
        {
            ThrowIfNotConnected();
            return m_mapper.GetAttributes(categoryId);
        }