Share via


IDTSPerfRecorder100.UpdateCounter32(UInt32, Int32) Method

Definition

Updates the counter for the 32 bit signed integers.

public:
 void UpdateCounter32(System::UInt32 counterID, int Value);
public void UpdateCounter32 (uint counterID, int Value);
abstract member UpdateCounter32 : uint32 * int -> unit
Public Sub UpdateCounter32 (counterID As UInteger, Value As Integer)

Parameters

counterID
UInt32

The counter identifier.

Value
Int32

The value of the counter.

Applies to