uaPLUS Reference
onHandleConditionStateChange Method
See Also  Send Feedback
NSPlugin Namespace > EventSubscription Class : onHandleConditionStateChange Method

es
eventTime
activeCond
activeSubCondName
attributes

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub onHandleConditionStateChange( _
   ByVal es As EventSource, _
   ByVal eventTime As Date, _
   ByVal activeCond As ConditionDef, _
   ByVal activeSubCondName As String, _
   ByVal attributes() As Object _
) 
C# 
public virtual void onHandleConditionStateChange( 
   EventSource es,
   DateTime eventTime,
   ConditionDef activeCond,
   string activeSubCondName,
   object[] attributes
)

Parameters

es
eventTime
activeCond
activeSubCondName
attributes

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.