C# Class Redis.WebJobs.Extensions.RedisAttribute

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

Public Methods

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

Method Details

RedisAttribute() public method

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

RedisAttribute() public method

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