Click or drag to resize

SyncJob Class

Defines a job.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationSyncJob

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

The SyncJob type exposes the following members.

Constructors
  NameDescription
Public methodSyncJob
Initializes a new instance of the SyncJob class.
Top
Properties
  NameDescription
Public propertyChanges
Gets the changes that are not content changes nor created changes.
Public propertyContentChanges
Gets the content changed and created changes.
Public propertyEndPointSynchronizer
Gets the endpoint synchronizer.
Public propertyId
Gets the job identifier.
Public propertyMovingState
Gets the moving state.
Public propertyState
Gets the state.
Public propertyStateProvider
Gets the state provider.
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