C# Class GitHubClient.Repository.DeployKeys.Get

Action to call GitHubClient.Repository.DeployKeys.Get() API.
Inheritance: GitHubAction
Afficher le fichier Open project: tomlm/iciclecreek.bot

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Get ( string callerPath = "", int callerLine ) : System

Initializes a new instance of the Get class.

Méthodes protégées

Méthode Description
CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

CallGitHubApi() protected méthode

protected CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task
dc DialogContext
gitHubClient Octokit.GitHubClient
cancellationToken CancellationToken
Résultat Task

Get() public méthode

Initializes a new instance of the Get class.
public Get ( string callerPath = "", int callerLine ) : System
callerPath string Optional, source file full path.
callerLine int Optional, line number in source file.
Résultat System