C# 클래스 GitHubReceiver.WebHooks.GitHubWebHookHandler

상속: Microsoft.AspNet.WebHooks.WebHookHandler
파일 보기 프로젝트 열기: aspnet/WebHooks

공개 메소드들

메소드 설명
ExecuteAsync ( string generator, WebHookHandlerContext context ) : System.Threading.Tasks.Task
GitHubWebHookHandler ( ) : System.Threading.Tasks

메소드 상세

ExecuteAsync() 공개 메소드

public ExecuteAsync ( string generator, WebHookHandlerContext context ) : System.Threading.Tasks.Task
generator string
context Microsoft.AspNet.WebHooks.WebHookHandlerContext
리턴 System.Threading.Tasks.Task

GitHubWebHookHandler() 공개 메소드

public GitHubWebHookHandler ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks