Click or drag to resize

SyncContextErrorChangeStatus Property

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

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

Property Value

Type: ApplyChangeStatus
The error change status.
See Also