MessageDescriptionCollection.FindAll Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Finds and returns all of the message descriptions in a collection whose messages have a specified action.

Namespace:  System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Public Function FindAll ( _
    action As String _
) As Collection(Of MessageDescription)
public Collection<MessageDescription> FindAll(
    string action
)

Parameters

  • action
    Type: System.String
    The action of the messages being found.

Return Value

Type: System.Collections.ObjectModel.Collection<MessageDescription>
A MessageDescriptionCollection that contains the collection message descriptions from the current collection whose messages have the specified action. If no matching MessageDescription objects are found, an empty collection is returned.

Remarks

If you need to find the first instance of the MessageDescription in the collection that matches the specified action, use the Find(String) method instead.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.