This topic has not yet been rated - Rate this topic

SyncCallbacks.ItemChangeSkipped Event

Occurs when a synchronization provider sets a recoverable error while an item is being loaded or saved.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public event EventHandler<ItemChangeSkippedEventArgs> ItemChangeSkipped
/** @event */
public void add_ItemChangeSkipped (EventHandler<ItemChangeSkippedEventArgs> value)

/** @event */
public void remove_ItemChangeSkipped (EventHandler<ItemChangeSkippedEventArgs> value)

JScript supports the use of events, but not the declaration of new ones.

An example of when this event is raised is when a destination provider tries to apply a change to an item, but the item is locked in the item store. The provider then sets a recoverable error for that item, and this event is raised to report it.

Did you find this helpful?
(1500 characters remaining)