Click or drag to resize
Statistics Properties

The Statistics type exposes the following members.

Properties
  NameDescription
Public propertyIsAtomic
Returns true if modifications are atomic. This means that multiple threads can safely modify this instance without additional synchronization.
Public propertyIsClosed
Returns true if the instance has been [!:#close] closed.
Public propertyIsShared
Returns true if the data for this instance is stored in shared memory. Returns false if the data is store in local memory.
Public propertyNumericId
Gets the number associated with this instance that helps identify it.
Public propertyTextId
Gets the text associated with this instance that helps identify it.
Public propertyType
Gets the StatisticsType of this instance.
Public propertyUniqueId
Gets a value that uniquely identifies this statistics.
Top
See Also