Method | Description | |
---|---|---|
RedisCacheListener ( string channelOrKey, ITriggeredFunctionExecutor triggerExecutor, |
Method | Description | |
---|---|---|
OnDisposing ( ) : void | ||
OnStarting ( ) : void | ||
OnStopping ( ) : void | ||
StartAsyncCore ( |
||
StopAsyncCore ( |
Method | Description | |
---|---|---|
CreateProcessor ( string channelName ) : |
||
CreateReceiver ( |
||
HandleTimerEvent ( ) : Task | ||
OnTimer ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
ProcessMessageAsync ( string previousValue, string currentValue ) : Task | ||
ProcessMessageAsync ( string previousValue, string currentValue, |
||
StartTimer ( System.TimeSpan interval ) : void |
public RedisCacheListener ( string channelOrKey, ITriggeredFunctionExecutor triggerExecutor, |
||
channelOrKey | string | |
triggerExecutor | ITriggeredFunctionExecutor | |
config | ||
trace | Microsoft.Azure.WebJobs.Host.TraceWriter | |
return | System |
protected StartAsyncCore ( |
||
cancellationToken | ||
return | Task |
protected StopAsyncCore ( |
||
cancellationToken | ||
return | Task |