CounterInfo Struct

Definition

A struct that encapuslates the information pertaining to a given counter like name,type and id.

public value class CounterInfo
public struct CounterInfo
type CounterInfo = struct
Public Structure CounterInfo
Inheritance
CounterInfo

Constructors

CounterInfo(Int32, CounterType)

Constructor

CounterInfo(Int32, CounterType, String)

Constructor

Properties

Id

Getter for Counter Id property.

Name

Getter for Counter Name property

Type

Getter for Counter Type property.

Applies to