AzureDevOpsPullRequest.

ResolveCommentThread(int) Method

Summary

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

Syntax

public void ResolveCommentThread(int threadId)

Parameters

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

Return Value

Type Description
void