Click or drag to resize

EventLogGetCategories Method

Gets the available categories of the EventLog.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public EventLogCategory[] GetCategories()

Return Value

Type: EventLogCategory
An array of the available categories of the controller EventLog domain.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also