ItemChangeSkippedEventArgs Class
Provides data for the ItemChangeSkipped event.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The ItemChangeSkippedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ItemChange | Gets the item change that was skipped. |
![]() | ItemRecoverableErrorData | Gets additional data about the recoverable error that caused the item to be skipped. |
![]() | ReportingProvider | Gets the relative position of the provider that skipped the item change. |
![]() | Stage | Gets the stage in the synchronization session when the item change was skipped. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRecoverableErrorDataForChangeUnit | Gets additional data about the recoverable error that caused the change unit change to be skipped. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
ItemChangeSkipped is fired when a provider sets a recoverable error when loading or saving of an item.
Show:
