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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.