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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.