uaPLUS Reference
onQueryEventAttributes Method
See Also  Send Feedback
NSPlugin Namespace > AlarmEventServer Class : onQueryEventAttributes Method

eventCategory
count
attrIDs
attrDescs
attrTypes

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onQueryEventAttributes( _
   ByVal eventCategory As Integer, _
   ByRef count As Integer, _
   ByRef attrIDs As Integer(), _
   ByRef attrDescs As String(), _
   ByRef attrTypes As Type() _
) As Integer
C# 
public virtual int onQueryEventAttributes( 
   int eventCategory,
   out int count,
   out int[] attrIDs,
   out string[] attrDescs,
   out Type[] attrTypes
)

Parameters

eventCategory
count
attrIDs
attrDescs
attrTypes

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.