C# Class SlackReceiver.WebHooks.SlackWebHookHandler

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
SlackWebHookHandler ( ) : System.Collections.Specialized

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

SlackWebHookHandler() public méthode

public SlackWebHookHandler ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized