C# 클래스 Resque.ResqueClient

파일 보기 프로젝트 열기: scobrown/Resque.NET

공개 메소드들

메소드 설명
Push ( string queue, string job ) : void
ResqueClient ( IRedis client ) : System.Collections.Concurrent

비공개 메소드들

메소드 설명
GetQueue ( string name ) : Queue

메소드 상세

Push() 공개 메소드

public Push ( string queue, string job ) : void
queue string
job string
리턴 void

ResqueClient() 공개 메소드

public ResqueClient ( IRedis client ) : System.Collections.Concurrent
client IRedis
리턴 System.Collections.Concurrent