ArcGIS Pro 2.9 API Reference Guide
GetCounterValue Method

ArcGIS.Desktop.Framework.Utilities Namespace > EventLog Class : GetCounterValue Method
Returns the current value of the specified diagnostic counter.
Syntax
public static ulong GetCounterValue( 
   string counterName
)
Public Shared Function GetCounterValue( _
   ByVal counterName As String _
) As ULong

Parameters

counterName

Return Value

The current value
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EventLog Class
EventLog Members