C# Class SaasWebHooksReceiverSample.WebHookHandlers.GithubWebHookHandler

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

Méthodes publiques

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

Method Details

ExecuteAsync() public méthode

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