Opc.Ua.Com.Server.ComAe2Proxy.QueryEventAttributes C# (CSharp) Method

QueryEventAttributes() public method

Gets the supported event attributes.
public QueryEventAttributes ( uint categoryId ) : List
categoryId uint
return List
        public List<AeEventAttribute> QueryEventAttributes(uint categoryId)
        {
            ThrowIfNotConnected();
            return m_mapper.GetAttributes(categoryId);
        }