AP&C API Reference
|
A timestamped list of Alerts. More...
Additional Inherited Members | |
![]() | |
TimestampedList () | |
Initializes a new instance of the TimestampedList<T> class. More... | |
TimestampedList (DateTime stamp) | |
Initializes a new instance of the TimestampedList<T> class. More... | |
TimestampedList (DateTime stamp, Monitoring.ManagedElement element) | |
Initializes a new instance of the TimestampedList<T> class. More... | |
TimestampedList (DateTime stamp, IList< T > list) | |
Initializes a new instance of the TimestampedList<T> class. More... | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
Gets the object data. More... | |
int | CompareTo (object obj) |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More... | |
![]() | |
TimestampedList (SerializationInfo info, StreamingContext context) | |
Initializes a new instance of the TimestampedList<T> class. More... | |
![]() | |
DateTime | Timestamp [get] |
Gets the timestamp. More... | |
int | Bucket [get] |
Gets the bucket, which is a five minute period. There are 12 buckets in an hour and 288 buckets in a day. More... | |
int | Offset [get] |
Gets the offset into the bucket in seconds. More... | |
Monitoring.ManagedElement | Element [get] |
The mapping containing the identifier and other information about the element to which this list applies. An element ID of zero (0) means either a mixed list or no association to an element is established. More... | |
A timestamped list of Alerts.