Click or drag to resize

JobEventContract Class

Describes event, occured during Job Execution.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.JobsJobEventContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class JobEventContract

The JobEventContract type exposes the following members.

Constructors
  NameDescription
Public methodJobEventContract
Initializes a new instance of the JobEventContract class
Top
Properties
  NameDescription
Public propertyEventTime
Time of occurrence.
Public propertyMessage
Text description of the event (localized)
Public propertyMessageType
Type of the event.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also