Click or drag to resize

MultiPointSynchronizerOptions Class

Defines options for the MultiPointSynchronizer type.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationMultiPointSynchronizerOptions

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

The MultiPointSynchronizerOptions type exposes the following members.

Constructors
  NameDescription
Public methodMultiPointSynchronizerOptions
Initializes a new instance of the MultiPointSynchronizerOptions class.
Top
Properties
  NameDescription
Public propertyBackupState
Gets or sets a value indicating whether to backup state at initialization.
Public propertyChecksEntryIdsUnicity
Gets or sets a value indicating whether entry ids unicity is checked. This is set by default to help diagnostics.
Public propertyCompletionOnDisposeWaitTimeout
Gets or sets the completion-on-dispose wait timeout, in milliseconds.
Public propertyContentDownloaderPath
Gets or sets the content downloader path.
Public propertyEventsGroupingTimeout
Gets or sets the events grouping timeout, in milliseconds.
Public propertyIdleTasksTimeout
Gets or sets the idle tasks timeout, in milliseconds.
Public propertyIsStateReadOnly
Gets or sets a value indicating whether the state is read-only. A read-only state can be used by caller that only need read access to the state. MultiPointSynchronizer's Start method cannot be called with a read-only state.
Public propertyJobMaximumErrorCount
Gets or sets a job maximum error count.
Public propertyLogger
Gets or sets the logger.
Public propertyMaximumNumberOfJobsInParallel
Gets or sets the maximum number of jobs runnning in parallel. Only used if RunJobsInParallel is set to true. Setting it to a less or equal to zero number means no limit to the maximum number of jobs running in parallel.
Public propertyResolveLockingProcesses
Gets or sets a value indicating whether to search what the locking process are when a sharing violation occurs.
Public propertyRunJobsInParallel
Gets or sets a value indicating whether jobs run in parallel.
Public propertyStartRunJobsInSameThread
Gets or sets a value indicating whether Start call will run jobs in same thread.
Public propertyStateProviderProperties
Gets the properties to pass to the state provider at initialization. The exact set of required properties depends on the implementation.
Public propertyStateProviderTraceLevel
Gets or sets the state provider trace level.
Public propertyTemporaryEntryExtension
Gets or sets the temporary entry extension.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also