LoadChangeContext Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class LoadChangeContext
'Usage
Dim instance As LoadChangeContext
public abstract class LoadChangeContext
public ref class LoadChangeContext abstract
[<AbstractClassAttribute>]
type LoadChangeContext =  class end
public abstract class LoadChangeContext

The LoadChangeContext type exposes the following members.

Constructors

  Name Description
Protected method LoadChangeContext Initializes a new instance of the LoadChangeContext class.

Top

Properties

  Name Description
Public property ItemChange When overridden in a derived class, gets the change item for which the change data should be retrieved from the item store.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RecordRecoverableErrorForChangeUnit When 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 method RecordRecoverableErrorForItem When overridden in a derived class, indicates that a recoverable error occurred when data for this item was loaded from the item store.
Public method ToString (Inherited from Object.)

Top

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