Click or drag to resize

SyncJob Class

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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
See Also