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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.