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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serviceInterface
Type: System.String
- slowRequestThreshold
Type: System.TimeSpan
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.HttpResourceComponent
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.