Click or drag to resize

EventLogMessageCollectionCopyTo Method (EventLogMessage, Int32)

Copy a portion of the EventLogMessageCollection to an array.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void CopyTo(
	EventLogMessage[] array,
	int index
)

Parameters

array
Type: ABB.Robotics.Controllers.EventLogDomainEventLogMessage
The array to copy items to
index
Type: SystemInt32
The location within the destination array to copy the items from the collection to.
See Also