Method | Description | |
---|---|---|
RedisChannelListener ( string channelOrKey, ITriggeredFunctionExecutor triggerExecutor, |
Method | Description | |
---|---|---|
OnDisposing ( ) : void | ||
OnStarting ( ) : void | ||
OnStopping ( ) : void | ||
StartAsyncCore ( |
||
StopAsyncCore ( |
Method | Description | |
---|---|---|
CreateProcessor ( string channelName ) : |
||
CreateReceiver ( |
||
ProcessMessageAsync ( string message ) : Task | ||
ProcessMessageAsync ( string message, |
public RedisChannelListener ( 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 |