HttpResourceComponent.Initialize, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceInterface
Type : System.String
- serviceVersion
Type : System.Int32
- slowRequestThreshold
Type : System.TimeSpan
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.