MethodInformation 构造函数 (String, MethodType, EstimatedMethodCost)

创建描述 WebMethod、页、处理程序或工作的新 MethodInformation 执行。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Sub New ( _
    webMethodName As String, _
    methodType As MethodType, _
    estimatedCost As EstimatedMethodCost _
)
public MethodInformation(
    string webMethodName,
    MethodType methodType,
    EstimatedMethodCost estimatedCost
)

参数

  • webMethodName
    类型:System.String
    方法、页、处理程序或工作的名称。

备注

假定其他条件匹配,调用方法会唤醒一个休眠托管并保留有效的托管醒。

.NET Framework 安全性

请参阅

参考

MethodInformation 类

MethodInformation 重载

Microsoft.TeamFoundation.Framework.Server 命名空间