Statistics Properties |
The Statistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsAtomic |
Returns true if modifications are atomic. This means that multiple threads
can safely modify this instance without additional synchronization.
|
![]() | IsClosed |
Returns true if the instance has been [!:#close] closed.
|
![]() | IsShared |
Returns true if the data for this instance is stored in shared memory.
Returns false if the data is store in local memory.
|
![]() | NumericId |
Gets the number associated with this instance that helps identify it.
|
![]() | TextId |
Gets the text associated with this instance that helps identify it.
|
![]() | Type |
Gets the StatisticsType of this instance.
|
![]() | UniqueId |
Gets a value that uniquely identifies this statistics.
|