Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an item to the System.Collections.IList. |
![]() | CalculateValues | Overloaded. Calculate the number of messages per second present in the entire messages collection. |
![]() | Clear | Not supported. |
![]() | Contains | Overloaded. Determines whether the System.Collections.IList contains a specific value. |
![]() | ContainsKey | Determines if the collection contains the specified sequence number key |
![]() | CopyTo | Overloaded. Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | IndexOf | Overloaded. Retrieves the numerical index of the specified item in the collection or -1 if not found. |
![]() | Insert | Overloaded. Not supported. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.IList. |
![]() | RemoveAt | Not supported. |