Click or drag to resize

EventLogGetCategory Method (CategoryType)

Note: This API is now obsolete.

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#
[ObsoleteAttribute]
public EventLogCategory GetCategory(
	CategoryType type
)

Parameters

type
Type: ABB.Robotics.Controllers.EventLogDomainCategoryType
Type 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