LoadChangeContext Class

When overridden by a derived class, represents information about a change to be loaded from the item store.

System.Object
  Microsoft.Synchronization.LoadChangeContext
    Microsoft.Synchronization.UserLoadChangeContext

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

public abstract class LoadChangeContext

The LoadChangeContext type exposes the following members.

  NameDescription
Protected methodLoadChangeContextInitializes a new instance of the LoadChangeContext class.
Top

  NameDescription
Public propertyItemChangeWhen overridden in a derived class, gets the change item for which the change data should be retrieved from the item store.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecordRecoverableErrorForChangeUnitWhen overridden in a derived class, indicates that a recoverable error occurred when data for the specified change unit was loaded from the item store.
Public methodRecordRecoverableErrorForItemWhen overridden in a derived class, indicates that a recoverable error occurred when data for this item was loaded from the item store.
Public methodToString (Inherited from Object.)
Top

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: