Click or drag to resize

MultiPointSynchronizerOptionsIsStateReadOnly Property

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.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsStateReadOnly { get; set; }

Property Value

Type: Boolean
true if the state is read-only; otherwise, false.
See Also