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

cdef
Defines the condition
source
Event source for this condition
IdCookie
Callback cookie for acknowledge

Glossary Item Box

CreateEventCondition default handler that maybe overloaded by NSPluginAEbase.

Syntax

Visual Basic (Declaration) 
Public Overridable Function onCreateEventCondition( _
   ByVal cdef As ConditionDef, _
   ByVal source As EventSource, _
   ByVal IdCookie As Integer _
) As EventCondition
C# 
public virtual EventCondition onCreateEventCondition( 
   ConditionDef cdef,
   EventSource source,
   int IdCookie
)

Parameters

cdef
Defines the condition
source
Event source for this condition
IdCookie
Callback cookie for acknowledge

Return Value

Created event condition object

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.