uaPLUS Reference
onAddSource Method
See Also  Send Feedback
NSPlugin Namespace > EventArea Class : onAddSource Method

name
daIndex
severity
cat
cdef

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onAddSource( _
   ByVal name As String, _
   ByVal daIndex As Integer, _
   ByVal severity As Integer, _
   ByVal cat As EventCategoryDef, _
   ByVal cdef() As ConditionDef _
) As EventSource
C# 
public virtual EventSource onAddSource( 
   string name,
   int daIndex,
   int severity,
   EventCategoryDef cat,
   ConditionDef[] cdef
)

Parameters

name
daIndex
severity
cat
cdef

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.