SyncContext Class |
Namespace: callback.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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Log |
Logs a value at the specified trace level.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Throw |
Throws errors if any.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |