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

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.