C# Class GitHubReceiver.WebHooks.GitHubWebHookHandler

Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
Afficher le fichier Open project: aspnet/WebHooks

Méthodes publiques

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

Method Details

ExecuteAsync() public méthode

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

GitHubWebHookHandler() public méthode

public GitHubWebHookHandler ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks