C# 클래스 GitHubClient.Repository.DeployKeys.Get

Action to call GitHubClient.Repository.DeployKeys.Get() API.
상속: GitHubAction
파일 보기 프로젝트 열기: tomlm/iciclecreek.bot

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get ( string callerPath = "", int callerLine ) : System

Initializes a new instance of the Get class.

보호된 메소드들

메소드 설명
CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task

메소드 상세

CallGitHubApi() 보호된 메소드

protected CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task
dc DialogContext
gitHubClient Octokit.GitHubClient
cancellationToken CancellationToken
리턴 Task

Get() 공개 메소드

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.
리턴 System