GitHubProvider.

GetIssueCommentsAsync(string, string, Issue) Method

Syntax

public Task<IEnumerable<IssueComment>> GetIssueCommentsAsync(string owner, string repository, Issue issue)

Parameters

Name Type Description
owner string
repository string
issue Issue

Return Value

Type Description
Task<IEnumerable<IssueComment>>
GitHub