C# Class DropboxReceiver.WebHooks.DropboxWebHookHandler

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

Méthodes publiques

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

Method Details

DropboxWebHookHandler() public méthode

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

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