Click or drag to resize

EventLogGetCategory Method (Int32)

Gets an EventLogCategory object, which represents a specific category of the Event Log.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public EventLogCategory GetCategory(
	int id
)

Parameters

id
Type: SystemInt32
The id of the category.

Return Value

Type: EventLogCategory
An EventLogCategory object. If the category does not exist, the return value is null.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also