C# Class Redis.WebJobs.Extensions.RedisTriggerAttribute

Inheritance: System.Attribute
显示文件 Open project: JasonHaley/Redis.WebJobs.Extensions

Public Methods

Method Description
RedisTriggerAttribute ( string channelName ) : System
RedisTriggerAttribute ( string channelOrKey, Mode mode ) : System

Method Details

RedisTriggerAttribute() public method

public RedisTriggerAttribute ( string channelName ) : System
channelName string
return System

RedisTriggerAttribute() public method

public RedisTriggerAttribute ( string channelOrKey, Mode mode ) : System
channelOrKey string
mode Mode
return System