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
方法、網頁、處理常式或工作的名稱。
- methodType
類型:Microsoft.TeamFoundation.Framework.Server.MethodType
呼叫方法的型別。
- estimatedCost
類型:Microsoft.TeamFoundation.Framework.Server.EstimatedMethodCost
方法的估計成本。
備註
假設其他條件,呼叫的方法會喚醒的休眠主機並使現用主應用程式喚醒。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。