MessageFilterTable<TFilterData>.ContainsKey(MessageFilter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the filter table contains a specified filter.
public:
virtual bool ContainsKey(System::ServiceModel::Dispatcher::MessageFilter ^ filter);
public bool ContainsKey (System.ServiceModel.Dispatcher.MessageFilter filter);
abstract member ContainsKey : System.ServiceModel.Dispatcher.MessageFilter -> bool
override this.ContainsKey : System.ServiceModel.Dispatcher.MessageFilter -> bool
Public Function ContainsKey (filter As MessageFilter) As Boolean
Parameters
- filter
- MessageFilter
The MessageFilter being tested for.
Returns
true
if the filter
is contained in the filter table; otherwise false
.
Implements
Remarks
This method implements the ContainsKey
method of IDictionary<TKey,TValue>.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.