OperationDescriptionCollection.FindAll Method

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

Returns a collection of all the operation descriptions from the collection that have the specified name.

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

Syntax

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

Parameters

Return Value

Type: System.Collections.ObjectModel.Collection<OperationDescription>
The System.Collections.ObjectModel.Collection<T> of type OperationDescription that contains all of the operation descriptions with the specified name.

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.