IDTSPerfRecorder100.UpdateCounter64(UInt32, Int64) Method

Definition

Updates the counter for the 64 bit signed integers.

public:
 void UpdateCounter64(System::UInt32 counterID, long Value);
public void UpdateCounter64 (uint counterID, long Value);
abstract member UpdateCounter64 : uint32 * int64 -> unit
Public Sub UpdateCounter64 (counterID As UInteger, Value As Long)

Parameters

counterID
UInt32

The counter identifier.

Value
Int64

The value of the counter.

Applies to