ArcGIS Pro 2.9 API Reference Guide
SetCounterValue Method

ArcGIS.Desktop.Framework.Utilities Namespace > EventLog Class : SetCounterValue Method
Sets the value of the specified counter.
Syntax
public static void SetCounterValue( 
   string counterName,
   ulong value
)
Public Shared Sub SetCounterValue( _
   ByVal counterName As String, _
   ByVal value As ULong _
) 

Parameters

counterName
value
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EventLog Class
EventLog Members