IBuildServiceHost.CreateBuildController Method
Creates a build controller that is associated with the current service host.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateBuildController ( _
name As String _
) As IBuildController
IBuildController CreateBuildController(
string name
)
IBuildController^ CreateBuildController(
String^ name
)
abstract CreateBuildController :
name:string -> IBuildController
function CreateBuildController(
name : String
) : IBuildController
Parameters
name
Type: System.StringThe name to assign to the build controller.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The new IBuildController instance.
Remarks
Only one build controller may be associated with a specific service host.
.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.