EventLogMessageCollection Class |
Namespace: ABB.Robotics.Controllers.EventLogDomain
public sealed class EventLogMessageCollection : ICollection, IEnumerable
The EventLogMessageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items in the collection
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
| |
| Item |
Retrieves the item at the specified indexed location in the collection.
| |
| SyncRoot |
Gets an object that can be used to syncronize access to EventLogMessageCollection |
| Name | Description | |
|---|---|---|
| CopyTo(Array, Int32) |
Copy a portion of the EventLogMessageCollection to an array.
| |
| CopyTo(EventLogMessage, Int32) |
Copy a portion of the EventLogMessageCollection to an array.
| |
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that can iterate through a collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |