This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
Summary
Sets the pull request comment thread to
Microsoft.TeamFoundation.SourceControl.WebApi.CommentThreadStatus.Closed
.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest - Containing Type
- Azure
Dev Ops Pull Request
Syntax
public void CloseCommentThread(int threadId)
Parameters
Name | Type | Description |
---|---|---|
threadId | int | The Id of the comment thread. |
Return Value
Type | Description |
---|---|
void |