Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 | |
|---|---|---|
![]() |
UserLoadChangeContext | Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ItemChange | Gets the change item for which the change data should be retrieved from the item store. (Overrides LoadChangeContext.ItemChange.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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).) |
![]() |
RecordRecoverableErrorForItem | Indicates that a recoverable error occurred when data for this item was loaded from the item store. (Overrides LoadChangeContext.RecordRecoverableErrorForItem(RecoverableErrorData).) |
![]() |
RetrieveRecoverableErrorForChangeUnits | Gets the list of recoverable errors reported when data for change units was loaded from the item store. |
![]() |
RetrieveRecoverableErrorForItem | Gets the recoverable error that was reported when data for this item was loaded from the item store. |
![]() |
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.
.gif)
.gif)
.gif)