C# Class DropboxReceiver.WebHooks.DropboxWebHookHandler

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

Public Methods

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

Method Details

DropboxWebHookHandler() public method

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

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