C# Class Microsoft.Azure.WebJobs.SlackJobHostConfigurationExtensions

Extension methods for Slack integration
Exibir arquivo Open project: christopheranderson/azure-webjobs-sdk-extensions-slack

Public Methods

Method Description
UseSlack ( this config, SlackConfiguration slackConfig = null ) : void

Enables use of the Slack extensions

Method Details

UseSlack() public static method

Enables use of the Slack extensions
public static UseSlack ( this config, SlackConfiguration slackConfig = null ) : void
config this The to configure.
slackConfig SlackConfiguration The to use.
return void