DANSrvAE Reference
onQueryEventAttributes Method
See Also  Send comments on this topic.
NSPlugin Assembly > 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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.