Click or drag to resize

EventLogMessageCollection Class

Defines size and enumerators for a collection of EventLogMessage instances.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Controllers.EventLogDomainEventLogMessageCollection

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class EventLogMessageCollection : ICollection, 
	IEnumerable

The EventLogMessageCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItem
Retrieves the item at the specified indexed location in the collection.
Public propertySyncRoot
Gets an object that can be used to syncronize access to EventLogMessageCollection
Top
Methods
  NameDescription
Public methodCopyTo(Array, Int32)
Copy a portion of the EventLogMessageCollection to an array.
Public methodCopyTo(EventLogMessage, Int32)
Copy a portion of the EventLogMessageCollection to an array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can iterate through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also