Click or drag to resize

StateSyncJobChange Class

Defines a persistable change to apply in the context of a job.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationStateSyncJobChange

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class StateSyncJobChange

The StateSyncJobChange type exposes the following members.

Constructors
  NameDescription
Public methodStateSyncJobChange
Initializes a new instance of the StateSyncJobChange class
Top
Properties
  NameDescription
Public propertyChangeId
Gets or sets the change identifier.
Public propertyJobId
Gets or sets the job identifier.
Public propertyStatus
Gets or sets the status.
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.)
Top
See Also