C# Class Redis.WebJobs.Extensions.RedisTriggerAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: JasonHaley/Redis.WebJobs.Extensions

Méthodes publiques

Méthode Description
RedisTriggerAttribute ( string channelName ) : System
RedisTriggerAttribute ( string channelOrKey, Mode mode ) : System

Method Details

RedisTriggerAttribute() public méthode

public RedisTriggerAttribute ( string channelName ) : System
channelName string
Résultat System

RedisTriggerAttribute() public méthode

public RedisTriggerAttribute ( string channelOrKey, Mode mode ) : System
channelOrKey string
mode Mode
Résultat System