Share via


HttpComponentCreator<TComponent> Constructor (Int32, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    serviceVersion As Integer, _
    isTransitionCreator As Boolean _
)
public HttpComponentCreator(
    int serviceVersion,
    bool isTransitionCreator
)
public:
HttpComponentCreator(
    int serviceVersion, 
    bool isTransitionCreator
)
new : 
        serviceVersion:int * 
        isTransitionCreator:bool -> HttpComponentCreator
public function HttpComponentCreator(
    serviceVersion : int, 
    isTransitionCreator : boolean
)

Parameters

.NET Framework Security

See Also

Reference

HttpComponentCreator<TComponent> Class

HttpComponentCreator<TComponent> Overload

Microsoft.TeamFoundation.Framework.Server Namespace