GitHubProvider.

CreateIssueCommentAsync(string, string, Issue, string) Method

Syntax

public Task CreateIssueCommentAsync(string owner, string repository, Issue issue, string comment)

Parameters

Name Type Description
owner string
repository string
issue Issue
comment string

Return Value

Type Description
Task
GitHub