Click or drag to resize

PerformanceCounterTarget Properties

The PerformanceCounterTarget type exposes the following members.

Properties
  NameDescription
Public propertyAutoCreate
Gets or sets a value indicating whether performance counter should be automatically created.
Public propertyCategoryName
Gets or sets the name of the performance counter category.
Public propertyCounterHelp
Gets or sets the counter help text.
Public propertyCounterName
Gets or sets the name of the performance counter.
Public propertyCounterType
Gets or sets the performance counter type.
Public propertyIncrementValue
The value by which to increment the counter.
Public propertyInstanceName
Gets or sets the performance counter instance name.
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Top
See Also