Click or drag to resize

StateSyncJob Class

Defines a persistable job.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationStateSyncJob

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class StateSyncJob

The StateSyncJob type exposes the following members.

Constructors
  NameDescription
Public methodStateSyncJob
Initializes a new instance of the StateSyncJob class.
Top
Properties
  NameDescription
Public propertyErrorCount
Gets or sets the current job error count.
Public propertyEventEndPointIdentifier
Gets or sets the target endpoint identifier.
Public propertyFirstEventTime
Gets or sets the first event time of all changes in a job.
Public propertyId
Gets or sets the identifier.
Public propertyLastErrorTime
Gets or sets the time an error occured to the job.
Public propertyLastEventTime
Gets or sets the last event time of all changes in a job.
Top
Methods
See Also