C# Class InstagramReceiver.WebHooks.InstagramWebHookHandler

Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
Datei anzeigen Open project: aspnet/WebHooks

Public Methods

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

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

InstagramWebHookHandler() public method

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