IPSentry Add-In SDK
IPSIsService Property
Add-In SDK Index | Top
sep

IPSentry sets this value to either True or False (Boolean) depending on the current context of the IPSentry process as either a desktop application or as a service process. 

This property provides your add-in with information regarding the running state of the IPSentry process.  While there should never be any user interface dialogues displayed during the IPSMonitor or IPSAlert processing, this interfaces provides you with additional information to handle potential security and system state issues as they relate to performing tasks when running as a service rather on the desktop.

Parameters
(Boolean) isService - Write Only

Returns
Nothing

Visual Basic
Public Property Let IPSIsService(ByVal isService as Boolean)

End Sub

VB.NET
Public WriteOnly Property IPSIsService() as Boolean
    Set(ByVal value as Boolean)

    End Set
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