DANSrvAE Reference
onAckCondition Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > AlarmEventServer Class : onAckCondition Method

acknowledgerID
comment
sources
conditionName
activeTime
errors

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onAckCondition( _
   ByVal acknowledgerID As String, _
   ByVal comment As String, _
   ByVal sources() As String, _
   ByVal conditionName() As String, _
   ByVal activeTime() As Date, _
   ByVal cookie() As Integer, _
   ByRef errors As Integer() _
) As Integer
C# 
public virtual int onAckCondition( 
   string acknowledgerID,
   string comment,
   string[] sources,
   string[] conditionName,
   DateTime[] activeTime,
   int[] cookie,
   out int[] errors
)

Parameters

acknowledgerID
comment
sources
conditionName
activeTime
cookie
errors

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.