UserLoadChangeContext Class
Represents information about a change to be loaded from the item store. This class cannot be inherited.
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
public final class UserLoadChangeContext extends LoadChangeContext
public final class UserLoadChangeContext extends LoadChangeContext
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.LoadChangeContext
Microsoft.Synchronization.UserLoadChangeContext
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
UserLoadChangeContext Members
Microsoft.Synchronization Namespace