Click or drag to resize

MultiPointSynchronizerOptions Properties

The MultiPointSynchronizerOptions type exposes the following members.

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
See Also