UserLoadChangeContext Class

Represents information about a change to be loaded from the item store. This class cannot be inherited.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class UserLoadChangeContext _
    Inherits LoadChangeContext
'Usage
Dim instance As UserLoadChangeContext
public sealed class UserLoadChangeContext : LoadChangeContext
public ref class UserLoadChangeContext sealed : public LoadChangeContext
[<SealedAttribute>]
type UserLoadChangeContext =  
    class
        inherit LoadChangeContext
    end
public final class UserLoadChangeContext extends LoadChangeContext

The UserLoadChangeContext type exposes the following members.

Constructors

  Name Description
Public method UserLoadChangeContext Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata.

Top

Properties

  Name Description
Public property ItemChange Gets the change item for which the change data should be retrieved from the item store. (Overrides LoadChangeContext.ItemChange.)

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 Indicates that a recoverable error occurred when data for the specified change unit was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForChangeUnit(ChangeUnitChange, RecoverableErrorData).)
Public method RecordRecoverableErrorForItem Indicates that a recoverable error occurred when data for this item was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForItem(RecoverableErrorData).)
Public method RetrieveRecoverableErrorForChangeUnits Gets the list of recoverable errors reported when data for change units was loaded from the item store.
Public method RetrieveRecoverableErrorForItem Gets the recoverable error that was reported 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