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 命名空間