C# Class GitHubReceiver.WebHooks.GitHubWebHookHandler

Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
Show file Open project: aspnet/WebHooks

Public Methods

Method Description
ExecuteAsync ( string generator, WebHookHandlerContext context ) : System.Threading.Tasks.Task
GitHubWebHookHandler ( ) : System.Threading.Tasks

Method Details

ExecuteAsync() public method

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

GitHubWebHookHandler() public method

public GitHubWebHookHandler ( ) : System.Threading.Tasks
return System.Threading.Tasks