SyncContext Class |
Namespace: ShellBoost.Core.Synchronization
public class SyncContext
The SyncContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | SyncContext |
Initializes a new instance of the SyncContext class.
|
Name | Description | |
---|---|---|
![]() | ErrorChangeStatus |
Gets or sets the error change status.
Can be Retry (the default value) or Failure.
|
![]() | Errors |
Gets the errors that occurred during the operation.
|
![]() | HasErrors |
Gets a value indicating whether errors occurred during the operation.
|
![]() | Id |
Gets this context unique identifier.
|
![]() | Invoker |
Gets the invoker. May be null.
|
![]() | InvokerProperties |
Gets custom properties. The exact set of properties depends on the invoker
|
![]() | MultiPointSynchronizer |
Gets the multi-point synchronizer.
|
![]() | ProgressSink |
Gets the sink for reporting progress on operations such as download or upload.
|
Name | Description | |
---|---|---|
![]() | AddError |
Adds an error to the context.
|
![]() | Log |
Logs a value at the specified trace level.
|
![]() | Throw |
Throws errors if any.
|