CounterData Class
.NET Framework (current version)
Contains the raw data for a counter.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Decrement() | Decrements the counter value by 1. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Increment() | Increments the counter value by 1. |
![]() | IncrementBy(Int64) | Increments the counter value by the specified amount. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The CounterSetInstanceCounterDataSet::Item property returns an instance of this class.
This class provides thread-safe methods for reading and writing counter data.
.NET Framework
Available since 3.5
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

