IBuildServer.ProcessChangeset Method
Note: This API is now obsolete.
Processes a changeset in Team Foundation version control and queues a new build for all items affected by the check-in and have continuous integration enabled.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaração
<ObsoleteAttribute("This method has been deprecated. Please remove all references.", _
True)> _
Sub ProcessChangeset ( _
id As Integer _
)
[ObsoleteAttribute("This method has been deprecated. Please remove all references.",
true)]
void ProcessChangeset(
int id
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.",
true)]
void ProcessChangeset(
int id
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.",
true)>]
abstract ProcessChangeset :
id:int -> unit
function ProcessChangeset(
id : int
)
Parameters
- id
Type: System.Int32
The changeset number to evaluate.
.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.