A generic class used for performance issues.
| C# | Visual Basic | Visual C++ |
public class Stat : IDisposable
Public Class Stat _ Implements IDisposable
public ref class Stat : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Stat()()() |
The constructor for the Stat class.
| |
| Stat(String, String, String, String, String) |
The constructor for the Stat class.
| |
| Stat(String, String, String, String, String, String) |
The constructor for the Stat class.
| |
| CloseStat()()() |
Prepares the CloseStatisticEx request that will be sent to Platform SDK Stat class.
| |
| Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Disposes of unmanaged resources.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FormatStatisticValue(EventInfo) |
Formats the statistic value.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetStat()()() |
Prepares the RequestGetStatistic request that will be sent to Platform SDK Stat (for statistics defined in Statistic Server options).
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsOpened |
Gets or sets a value indicating whether this statistic is open.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ObjectName |
Gets or sets the name of the object that requests this package of statistics.
| |
| OpenStat(NotificationMode, Int32) |
Prepares the OpenStatistic request that will be sent to Platform SDK Stat class (for statistics defined in Stat Server options).
| |
| ReferenceId |
Gets or sets the reference id.
| |
| RefreshTime |
Gets or sets the refresh time.
| |
| StatId |
Gets or sets the statistic id.
| |
| StatisticFilter |
Gets or sets the filter for the statistic.
| |
| StatisticPeriod |
Gets or sets the period of the statistic.
| |
| StatisticTimeRange |
Gets or sets the time range for the statistic.
| |
| StatisticTimeRange2 |
Gets or sets the time range 2 for the statistic.
| |
| StatObjectType |
Gets or sets the statistic object type (Agent or GroupAgent).
| |
| StatValueFormat |
Gets or sets the format of the statistic value.
| |
| ToString()()() | (Inherited from Object.) |