C# Class Redis.WebJobs.Extensions.Listeners.CacheReceiver

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

Méthodes publiques

Méthode Description
CacheReceiver ( RedisConfiguration config, string channelOrKey, string lastValueKeyName, Microsoft.Azure.WebJobs.Host.TraceWriter trace ) : System
OnExecuteAsync ( Func processMessageAsync ) : System.Threading.Tasks.Task

Method Details

CacheReceiver() public méthode

public CacheReceiver ( RedisConfiguration config, string channelOrKey, string lastValueKeyName, Microsoft.Azure.WebJobs.Host.TraceWriter trace ) : System
config Redis.WebJobs.Extensions.Config.RedisConfiguration
channelOrKey string
lastValueKeyName string
trace Microsoft.Azure.WebJobs.Host.TraceWriter
Résultat System

OnExecuteAsync() public méthode

public OnExecuteAsync ( Func processMessageAsync ) : System.Threading.Tasks.Task
processMessageAsync Func
Résultat System.Threading.Tasks.Task