MultiPointSynchronizerOptions Class |
Namespace: ShellBoost.Core.Synchronization
public class MultiPointSynchronizerOptions
The MultiPointSynchronizerOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultiPointSynchronizerOptions |
Initializes a new instance of the MultiPointSynchronizerOptions class.
|
Name | Description | |
---|---|---|
![]() | BackupState |
Gets or sets a value indicating whether to backup state at initialization.
|
![]() | ChecksEntryIdsUnicity |
Gets or sets a value indicating whether entry ids unicity is checked.
This is set by default to help diagnostics.
|
![]() | CompletionOnDisposeWaitTimeout |
Gets or sets the completion-on-dispose wait timeout, in milliseconds.
|
![]() | ContentDownloaderPath |
Gets or sets the content downloader path.
|
![]() | EventsGroupingTimeout |
Gets or sets the events grouping timeout, in milliseconds.
|
![]() | IdleTasksTimeout |
Gets or sets the idle tasks timeout, in milliseconds.
|
![]() | IsStateReadOnly |
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.
|
![]() | JobMaximumErrorCount |
Gets or sets a job maximum error count.
|
![]() | Logger |
Gets or sets the logger.
|
![]() | MaximumNumberOfJobsInParallel |
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.
|
![]() | ResolveLockingProcesses |
Gets or sets a value indicating whether to search what the locking process are when a sharing violation occurs.
|
![]() | RunJobsInParallel |
Gets or sets a value indicating whether jobs run in parallel.
|
![]() | StartRunJobsInSameThread |
Gets or sets a value indicating whether Start call will run jobs in same thread.
|
![]() | StateProviderProperties |
Gets the properties to pass to the state provider at initialization.
The exact set of required properties depends on the implementation.
|
![]() | StateProviderTraceLevel |
Gets or sets the state provider trace level.
|
![]() | TemporaryEntryExtension |
Gets or sets the temporary entry extension.
|