IComponentCreator.CreateHttp Method

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

Syntax

'Declaration
Function CreateHttp ( _
    requestContext As TeamFoundationRequestContext, _
    serviceInterface As String, _
    slowRequestThreshold As TimeSpan _
) As HttpResourceComponent
HttpResourceComponent CreateHttp(
    TeamFoundationRequestContext requestContext,
    string serviceInterface,
    TimeSpan slowRequestThreshold
)
HttpResourceComponent^ CreateHttp(
    TeamFoundationRequestContext^ requestContext, 
    String^ serviceInterface, 
    TimeSpan slowRequestThreshold
)
abstract CreateHttp : 
        requestContext:TeamFoundationRequestContext * 
        serviceInterface:string * 
        slowRequestThreshold:TimeSpan -> HttpResourceComponent
function CreateHttp(
    requestContext : TeamFoundationRequestContext, 
    serviceInterface : String, 
    slowRequestThreshold : TimeSpan
) : HttpResourceComponent

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.HttpResourceComponent

.NET Framework Security

See Also

Reference

IComponentCreator Interface

Microsoft.TeamFoundation.Framework.Server Namespace