C# Class Sample.Functions

Afficher le fichier Open project: christopheranderson/azure-webjobs-sdk-extensions-slack

Méthodes publiques

Méthode Description
FullSlackBinding ( [ m, [ Channel, TextWriter log ) : void
ProcessSlackWork ( [ work, [ WebHookUrl, TextWriter log ) : void
SimpleSlackBinding ( [ m, [ Text, TextWriter log ) : void
SlackIniatedWebHook ( [ context, [ messages ) : Task

Private Methods

Méthode Description
TryParseSlackBody ( string body, NameValueCollection &nvc ) : bool

Method Details

FullSlackBinding() public méthode

public FullSlackBinding ( [ m, [ Channel, TextWriter log ) : void
m [
Channel [
log System.IO.TextWriter
Résultat void

ProcessSlackWork() public méthode

public ProcessSlackWork ( [ work, [ WebHookUrl, TextWriter log ) : void
work [
WebHookUrl [
log System.IO.TextWriter
Résultat void

SimpleSlackBinding() public méthode

public SimpleSlackBinding ( [ m, [ Text, TextWriter log ) : void
m [
Text [
log System.IO.TextWriter
Résultat void

SlackIniatedWebHook() public méthode

public SlackIniatedWebHook ( [ context, [ messages ) : Task
context [
messages [
Résultat Task