HttpResourceComponent.Initialize 方法
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Protected Friend Overridable Sub Initialize ( _
requestContext As TeamFoundationRequestContext, _
serviceInterface As String, _
serviceVersion As Integer, _
slowRequestThreshold As TimeSpan _
)
protected internal virtual void Initialize(
TeamFoundationRequestContext requestContext,
string serviceInterface,
int serviceVersion,
TimeSpan slowRequestThreshold
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceInterface
型別:System.String
- serviceVersion
型別:System.Int32
- slowRequestThreshold
型別:System.TimeSpan
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。