GitHubClient.SearchIssuesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find issues by state and keyword
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.GitHub.Models.MultipleSearchFetchModel> SearchIssuesAsync(string q, string sort = default, string order = default, int? perPage = default, int? page = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SearchIssuesAsync : string * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GitHub.Models.MultipleSearchFetchModel>
override this.SearchIssuesAsync : string * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GitHub.Models.MultipleSearchFetchModel>
Public Overridable Function SearchIssuesAsync (q As String, Optional sort As String = Nothing, Optional order As String = Nothing, Optional perPage As Nullable(Of Integer) = Nothing, Optional page As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MultipleSearchFetchModel)
Parameters
- q
- String
q
- sort
- String
sort
- order
- String
order
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Find issues by state and keyword response.
Remarks
Find issues by state and keyword.