Share via


HttpResourceComponent.Initialize Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)
protected public:
virtual void Initialize(
    TeamFoundationRequestContext^ requestContext, 
    String^ serviceInterface, 
    int serviceVersion, 
    TimeSpan slowRequestThreshold
)
abstract Initialize : 
        requestContext:TeamFoundationRequestContext * 
        serviceInterface:string * 
        serviceVersion:int * 
        slowRequestThreshold:TimeSpan -> unit  
override Initialize : 
        requestContext:TeamFoundationRequestContext * 
        serviceInterface:string * 
        serviceVersion:int * 
        slowRequestThreshold:TimeSpan -> unit
function Initialize(
    requestContext : TeamFoundationRequestContext, 
    serviceInterface : String, 
    serviceVersion : int, 
    slowRequestThreshold : TimeSpan
)

Parameters

.NET Framework Security

See Also

Reference

HttpResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace