C# Class Microsoft.Azure.WebJobs.SlackConfiguration

Defines the configuration options for the Slack binding.
Show file Open project: christopheranderson/azure-webjobs-sdk-extensions-slack Class Usage Examples

Public Methods

Method Description
SlackConfiguration ( string webHookUrl = null ) : System

Constructs a new instance.

Method Details

SlackConfiguration() public method

Constructs a new instance.
public SlackConfiguration ( string webHookUrl = null ) : System
webHookUrl string
return System