AzureDevOpsPullRequest.

ActivateCommentThread(int) Method

Summary

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

Syntax

public void ActivateCommentThread(int threadId)

Parameters

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

Return Value

Type Description
void