Click or drag to resize

StateSyncJob Class

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTrace
Traces this instance.
Top
See Also