FilterKeyMap::AddFilter Method

Adds a filter to the map.

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

public:
unsigned int AddFilter(
	ISyncFilter^ syncFilter
)

Parameters

syncFilter
Type: Microsoft.Synchronization::ISyncFilter
The filter to add to the map.

Return Value

Type: System::UInt32
The filter key of the newly added filter.

When a new filter is added to the filter key map, the map automatically allocates more memory and resizes itself, if it is necessary.

Show: