OPCAE.NET-UA
QueryEventAttributes Method
See Also  Send Feedback
aeUAwrapper Namespace > AEwrapper Class : QueryEventAttributes Method

EventCategory
AttrIDs
AttrDescs
AttrTypes

Glossary Item Box

Query the server supported event attributes.

Syntax

Visual Basic (Declaration) 
Public Function QueryEventAttributes( _
   ByVal EventCategory As Integer, _
   ByRef AttrIDs As Integer(), _
   ByRef AttrDescs As String(), _
   ByRef AttrTypes As Type() _
) As Integer
C# 
public int QueryEventAttributes( 
   int EventCategory,
   out int[] AttrIDs,
   out string[] AttrDescs,
   out Type[] AttrTypes
)

Parameters

EventCategory
AttrIDs
AttrDescs
AttrTypes

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, NET 4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.