CorrelationActionMessageFilter Class
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.
Provides a XAML-friendly implementation of a MessageFilter that filters on a single action.
public ref class CorrelationActionMessageFilter : System::ServiceModel::Dispatcher::MessageFilter
public class CorrelationActionMessageFilter : System.ServiceModel.Dispatcher.MessageFilter
type CorrelationActionMessageFilter = class
inherit MessageFilter
Public Class CorrelationActionMessageFilter
Inherits MessageFilter
- Inheritance
Constructors
CorrelationActionMessageFilter() |
Initializes a new instance of the CorrelationActionMessageFilter class. |
Properties
Action |
Gets or sets the action for the CorrelationActionMessageFilter. |
Methods
CreateFilterTable<FilterData>() |
Creates a filter table for a filter that has a specified type of data associated with it. (Inherited from MessageFilter) |
Equals(Object) |
Determines whether the current CorrelationActionMessageFilter is equal to the specified CorrelationActionMessageFilter. |
GetHashCode() |
Returns the hash code for the CorrelationActionMessageFilter instance. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Match(Message) |
Determines whether the specified message's action matches the Action of this CorrelationActionMessageFilter. |
Match(MessageBuffer) |
Determines whether the action of the message contained by the specified message buffer matches the Action of this CorrelationActionMessageFilter. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a String representation of the CorrelationActionMessageFilter. |