C# Class SlackReceiver.WebHooks.SlackWebHookHandler

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

Public Methods

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

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

SlackWebHookHandler() public method

public SlackWebHookHandler ( ) : System.Collections.Specialized
return System.Collections.Specialized