Click or drag to resize

SyncContextErrorChangeStatus Property

Gets or sets the error change status. Can be Retry (the default value) or Failure.

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

Property Value

Type: ApplyChangeStatus
The error change status.
See Also