UserLoadChangeContext Class
Represents information about a change to be loaded from the item store. This class cannot be inherited.
System.Object
Microsoft.Synchronization.LoadChangeContext
Microsoft.Synchronization.UserLoadChangeContext
Microsoft.Synchronization.LoadChangeContext
Microsoft.Synchronization.UserLoadChangeContext
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The UserLoadChangeContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UserLoadChangeContext | Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata. |
| Name | Description | |
|---|---|---|
![]() | ItemChange | Gets the change item for which the change data should be retrieved from the item store. (Overrides LoadChangeContext.ItemChange.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RecordRecoverableErrorForChangeUnit | Indicates that a recoverable error occurred when data for the specified change unit was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForChangeUnit(ChangeUnitChange, RecoverableErrorData).) |
![]() | RecordRecoverableErrorForItem | Indicates that a recoverable error occurred when data for this item was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForItem(RecoverableErrorData).) |
![]() | RetrieveRecoverableErrorForChangeUnits | Gets the list of recoverable errors reported when data for change units was loaded from the item store. |
![]() | RetrieveRecoverableErrorForItem | Gets the recoverable error that was reported when data for this item was loaded from the item store. |
![]() | ToString | (Inherited from Object.) |
Show:
