BuildService.ProcessChangeset Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Sub ProcessChangeset ( _
changesetId As Integer _
)
[WebMethodAttribute]
public void ProcessChangeset(
int changesetId
)
[WebMethodAttribute]
public:
void ProcessChangeset(
int changesetId
)
[<WebMethodAttribute>]
member ProcessChangeset :
changesetId:int -> unit
public function ProcessChangeset(
changesetId : int
)
Parameters
- changesetId
Type: System.Int32
.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.