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

areas
enabled
effectivelyEnabled
errors

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onGetEnableStateByArea( _
   ByVal areas() As String, _
   ByRef enabled As Boolean(), _
   ByRef effectivelyEnabled As Boolean(), _
   ByRef errors As Integer() _
) As Integer
C# 
public virtual int onGetEnableStateByArea( 
   string[] areas,
   out bool[] enabled,
   out bool[] effectivelyEnabled,
   out int[] errors
)

Parameters

areas
enabled
effectivelyEnabled
errors

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.