This documentation is archived and is not being maintained.
IComponentCreator Interface
Visual Studio 2013
Component creator interface.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The IComponentCreator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsTransitionCreator | When we are transitioning service to use resource manager, we must specify one component factory that will to create component until service is registered. |
![]() | ServiceVersion | The version of the service. |
| Name | Description | |
|---|---|---|
![]() | Create(TeamFoundationRequestContext, String) | Creates a component using request context and the database category. |
![]() | Create(String, Int32, Int32, Int32) | Creates a component using connection string. |
Show:
