IPSentry Add-In SDK
IPSMonitorConfig Method
Add-In SDK Index | Top
sep

IPSentry calls this function from the device editor when the user select Configure Add-In.  This function should be used to present a user interface for configuring the details for your add-in.

Parameters

MUID (String)
String expression which represents the unique machine identifier being configured and edited.

Args (String)
String expression containing the current configuration data that was stored from a prior call to IPSMonitorConfig. 

Returns
Args (String)
Upon final completion of the configuration, you should return your configuration settings for this instance in this string back to the caller for storage in eh IPSentry configuration for this entry.  Most of the add-in configuration data args used in IPSentry are stored as XML strings.

If the user rejects or cancels the configuration, you should leave this string unmodified and return exactly as it was passed in order to keep from affecting a change in the monitored entry.

Visual Basic
Public Sub IPSMonitorConfig(ByVal MUID As String, _
                            ByRef args As String)

End Sub

VB.NET
Public Sub IPSMonitorConfig(ByVal MUID as String, _
                            ByRef args as String)

End Property

sep

© 2011 by RGE, Inc.  (All Rights Reserved)
Unauthorized use or reproduction is strictly prohibited
IPSentry® is a registered trademark of RGE, Inc.

https://ipsentry.com
 Support@ipsentry.com