System.Web.Services.Protocols.LogicalMethodInfo.Create Method

Given an array of System.Reflection.MethodInfo, where the returned array of System.Web.Services.Protocols.LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of System.Web.Services.Protocols.LogicalMethodInfo.

Syntax

public static LogicalMethodInfo[] Create (System.Reflection.MethodInfo[] method_infos, LogicalMethodTypes types)

Parameters

method_infos
a System.Reflection.MethodInfo[]
types
A bitwise combination of the System.Web.Services.Protocols.LogicalMethodTypes values. Determines whether just asynchronous or synchronous methods or both are included in the returned array of System.Web.Services.Protocols.LogicalMethodInfo.

Returns

An array of System.Web.Services.Protocols.LogicalMethodInfo, representing the methods within methodInfos, filtered by the value of types.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0