C# Class GenericReceivers.DependencyInjection.Dependencies.ReceiverConfig

This provides a sample implementation of IWebHookReceiverConfig which gets the receiver config from an in-memory structure.
Inheritance: IWebHookReceiverConfig
显示文件 Open project: aspnet/WebHooks

Public Methods

Method Description
GetReceiverConfigAsync ( string name, string id ) : Task

Method Details

GetReceiverConfigAsync() public method

public GetReceiverConfigAsync ( string name, string id ) : Task
name string
id string
return Task