UserLoadChangeContext Class

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

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

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

'Declaration
Public NotInheritable Class UserLoadChangeContext _
	Inherits LoadChangeContext
'Usage
Dim instance As UserLoadChangeContext

The UserLoadChangeContext type exposes the following members.

  NameDescription
Public methodUserLoadChangeContextInitializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata.
Top

  NameDescription
Public propertyItemChangeGets the change item for which the change data should be retrieved from the item store. (Overrides LoadChangeContext.ItemChange.)
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 methodRecordRecoverableErrorForChangeUnitIndicates that a recoverable error occurred when data for the specified change unit was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForChangeUnit(ChangeUnitChange, RecoverableErrorData).)
Public methodRecordRecoverableErrorForItemIndicates that a recoverable error occurred when data for this item was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForItem(RecoverableErrorData).)
Public methodRetrieveRecoverableErrorForChangeUnitsGets the list of recoverable errors reported when data for change units was loaded from the item store.
Public methodRetrieveRecoverableErrorForItemGets the recoverable error that was reported 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: