Click or drag to resize

EventLogMessage Class

This class represents a message of the EventLog.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class EventLogMessage : SDKBase, 
	IDisposable

The EventLogMessage type exposes the following members.

Properties
  NameDescription
Public propertyBody
Gets the message body (text).
Public propertyCategoryId
Gets the category to which the event message belongs.
Public propertyCategoryType Obsolete.
Gets the category that the event message belongs to.
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyNumber
Gets the message number.
Public propertySequenceNumber
Gets the message sequence number.
Public propertyTimeStamp
Gets the time stamp information of the event.
Public propertyTitle
Gets the title of the message.
Public propertyType
Gets the event message type.
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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