FilterKeyMap Class

Represents a mapping between filter keys and ISyncFilter objects.

System.Object
  Microsoft.Synchronization.FilterKeyMap

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

public class FilterKeyMap

The FilterKeyMap type exposes the following members.

  NameDescription
Public methodFilterKeyMapInitializes a new instance of the FilterKeyMap class that contains the specified ID format schema.
Top

  NameDescription
Public propertyCountGets the number of filters in the map.
Public propertyItemLooks up the specified filter.
Top

  NameDescription
Public methodAddFilterAdds a filter to the map.
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 methodToString (Inherited from Object.)
Top

A replica that tracks filters must maintain a filter key map that maps all of its tracked filters.

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: