ItemChangeSkippedEventArgs Class

Provides data for the ItemChangeSkipped event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.ItemChangeSkippedEventArgs

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public class ItemChangeSkippedEventArgs : EventArgs

The ItemChangeSkippedEventArgs type exposes the following members.

  NameDescription
Public propertyItemChangeGets the item change that was skipped.
Public propertyItemRecoverableErrorDataGets additional data about the recoverable error that caused the item to be skipped.
Public propertyReportingProviderGets the relative position of the provider that skipped the item change.
Public propertyStageGets the stage in the synchronization session when the item change was skipped.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRecoverableErrorDataForChangeUnitGets additional data about the recoverable error that caused the change unit change to be skipped.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

ItemChangeSkipped is fired when a provider sets a recoverable error when loading or saving of an item.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: