Click or drag to resize

MultiPointSynchronizerOptionsResolveLockingProcesses Property

Gets or sets a value indicating whether to search what the locking process are when a sharing violation occurs.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool ResolveLockingProcesses { get; set; }

Property Value

Type: Boolean
true if locking processes are searched for when a sharing violation occurs; otherwise, false.
See Also