ItemChangeSkippedEventArgs Class

Provides data for the ItemChangeSkipped event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.ItemChangeSkippedEventArgs

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

Syntax

'Declaration
Public Class ItemChangeSkippedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ItemChangeSkippedEventArgs
public class ItemChangeSkippedEventArgs : EventArgs
public ref class ItemChangeSkippedEventArgs : public EventArgs
type ItemChangeSkippedEventArgs =  
    class
        inherit EventArgs
    end
public class ItemChangeSkippedEventArgs extends EventArgs

The ItemChangeSkippedEventArgs type exposes the following members.

Properties

  Name Description
Public property ItemChange Gets the item change that was skipped.
Public property ItemRecoverableErrorData Gets additional data about the recoverable error that caused the item to be skipped.
Public property ReportingProvider Gets the relative position of the provider that skipped the item change.
Public property Stage Gets the stage in the synchronization session when the item change was skipped.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetRecoverableErrorDataForChangeUnit Gets additional data about the recoverable error that caused the change unit change to be skipped.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

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

See Also

Reference

Microsoft.Synchronization Namespace