This topic has not yet been rated - Rate this topic

Override Class

When overridden by a derived class, represents something that is excluded from a knowledge object.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public abstract class Override
public abstract class Override
public abstract class Override

An override represents something that is excluded from a knowledge object. For example, an item cannot be applied to a destination replica. The destination provider excludes the item from the learned knowledge by using SyncKnowledge.ExcludeItem. The excluded item is stored in the knowledge object as an ItemOverride object. This object can be retrieved from the knowledge object by using KnowledgeInspector.ItemOverrides.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)