OperationDescriptionCollection.FindAll Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a collection of all the operation descriptions from the collection that have the specified name.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Public Function FindAll ( _ name As String _ ) As Collection(Of OperationDescription)
Parameters
- name
- Type: System.String
The name of the operation.
Return Value
Type: System.Collections.ObjectModel.Collection(Of OperationDescription)The System.Collections.ObjectModel.Collection(Of T) of type OperationDescription that contains all of the operation descriptions with the specified name.
Show: