IPSentry Add-In SDK
IPSMonitor Function
Add-In SDK Index | Top
sep

IPSentry calls this function during the monitoring process (and test Monitor).  The result returned by this function will denote either Success (OK) or Failure (Critical)

Parameters

MUID (String)
String expression which represents the unique machine identifier being monitored.

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

Returns
(long)
If success, return a value of 0 (zero)
If failure or critical, return a value of -1

Visual Basic
Public Function IPSMonitor(ByVal MUID As String, _
                           ByVal args As String) As Long
    
End Function

VB.NET
Public Function IPSMonitor(ByVal MUID as String, _
                           ByVal args as String) as Integer

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