FilterKeyMap Class

Represents a mapping between filter keys and ISyncFilter objects.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FilterKeyMap

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

Syntax

'Declaration
Public Class FilterKeyMap
'Usage
Dim instance As FilterKeyMap
public class FilterKeyMap
public ref class FilterKeyMap
type FilterKeyMap =  class end
public class FilterKeyMap

The FilterKeyMap type exposes the following members.

Constructors

  Name Description
Public method FilterKeyMap Initializes a new instance of the FilterKeyMap class that contains the specified ID format schema.

Top

Properties

  Name Description
Public property Count Gets the number of filters in the map.
Public property Item Looks up the specified filter.

Top

Methods

  Name Description
Public method AddFilter Adds a filter to the map.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

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

Microsoft.Synchronization Namespace