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

'宣言
<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

.NET Framework Security

See Also

Reference

IBuildServer Interface

Microsoft.TeamFoundation.Build.Client Namespace