C# Class Microsoft.Azure.WebJobs.SlackJobHostConfigurationExtensions

Extension methods for Slack integration
Afficher le fichier Open project: christopheranderson/azure-webjobs-sdk-extensions-slack

Méthodes publiques

Méthode Description
UseSlack ( this config, SlackConfiguration slackConfig = null ) : void

Enables use of the Slack extensions

Method Details

UseSlack() public static méthode

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.
Résultat void