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

This property returns the total milliseconds from the beginning of the call to IPSMonitor to completion of the add-in monitoring process. This information is requested by IPSentry for graphing statistics logging.

This can be performed by using the GetTickCount API upon entrance to your IPSMonitor method and compare to GetTickCount value upon completion of the task and return that difference.

Parameters
None - Read Only

Returns
(Long) Total milliseconds for add-in processing.

Visual Basic
Public Property Get GraphProcTime() as Long

End Property

VB.NET
Public ReadOnly Property GraphProcTime() as Integer
    Get

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