CorrelationActionMessageFilter Class
Provides a XAML-friendly implementation of a MessageFilter that filters on a single action.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
System.ServiceModel.Dispatcher::MessageFilter
System.ServiceModel::CorrelationActionMessageFilter
| Name | Description | |
|---|---|---|
![]() | CorrelationActionMessageFilter() | Initializes a new instance of the CorrelationActionMessageFilter class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets the action for the CorrelationActionMessageFilter. |
| Name | Description | |
|---|---|---|
![]() | 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.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the CorrelationActionMessageFilter instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | Match(Message^) | Determines whether the specified message’s action matches the Action of this CorrelationActionMessageFilter.(Overrides MessageFilter::Match(Message^).) |
![]() | Match(MessageBuffer^) | Determines whether the action of the message contained by the specified message buffer matches the Action of this CorrelationActionMessageFilter.(Overrides MessageFilter::Match(MessageBuffer^).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a String representation of the CorrelationActionMessageFilter.(Overrides Object::ToString().) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


