AzureDevOpsPullRequest.

CloseCommentThread(int) Method

Summary

Sets the pull request comment thread to Microsoft.TeamFoundation.SourceControl.WebApi.CommentThreadStatus.Closed.

Syntax

public void CloseCommentThread(int threadId)

Parameters

Name Type Description
threadId int The Id of the comment thread.

Return Value

Type Description
void