C# 클래스 Redis.WebJobs.Extensions.Listeners.PubSubReceiver

파일 보기 프로젝트 열기: JasonHaley/Redis.WebJobs.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
CloseAsync ( ) : System.Threading.Tasks.Task
OnMessageAsync ( Task>.Func processMessageAsync ) : System.Threading.Tasks.Task
PubSubReceiver ( RedisConfiguration config, string channelName, Microsoft.Azure.WebJobs.Host.TraceWriter trace ) : System

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CloseAsync() 공개 메소드

public CloseAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnMessageAsync() 공개 메소드

public OnMessageAsync ( Task>.Func processMessageAsync ) : System.Threading.Tasks.Task
processMessageAsync Task>.Func
리턴 System.Threading.Tasks.Task

PubSubReceiver() 공개 메소드

public PubSubReceiver ( RedisConfiguration config, string channelName, Microsoft.Azure.WebJobs.Host.TraceWriter trace ) : System
config Redis.WebJobs.Extensions.Config.RedisConfiguration
channelName string
trace Microsoft.Azure.WebJobs.Host.TraceWriter
리턴 System