C# 클래스 Droog.Beanstalk.Client.BeanstalkExtensions

파일 보기 프로젝트 열기: sdether/libBeanstalk.NET

공개 메소드들

메소드 설명
PutString ( this client, string data ) : Droog.Beanstalk.Client.PutResponse
PutString ( this client, string data, uint priority ) : Droog.Beanstalk.Client.PutResponse
PutString ( this client, string data, uint priority, System.TimeSpan delay ) : Droog.Beanstalk.Client.PutResponse
PutString ( this client, string data, uint priority, System.TimeSpan delay, System.TimeSpan timeToRun ) : Droog.Beanstalk.Client.PutResponse
ReserveString ( this client ) : Job
ReserveString ( this client, System.TimeSpan timeout ) : Job

메소드 상세

PutString() 공개 정적인 메소드

public static PutString ( this client, string data ) : Droog.Beanstalk.Client.PutResponse
client this
data string
리턴 Droog.Beanstalk.Client.PutResponse

PutString() 공개 정적인 메소드

public static PutString ( this client, string data, uint priority ) : Droog.Beanstalk.Client.PutResponse
client this
data string
priority uint
리턴 Droog.Beanstalk.Client.PutResponse

PutString() 공개 정적인 메소드

public static PutString ( this client, string data, uint priority, System.TimeSpan delay ) : Droog.Beanstalk.Client.PutResponse
client this
data string
priority uint
delay System.TimeSpan
리턴 Droog.Beanstalk.Client.PutResponse

PutString() 공개 정적인 메소드

public static PutString ( this client, string data, uint priority, System.TimeSpan delay, System.TimeSpan timeToRun ) : Droog.Beanstalk.Client.PutResponse
client this
data string
priority uint
delay System.TimeSpan
timeToRun System.TimeSpan
리턴 Droog.Beanstalk.Client.PutResponse

ReserveString() 공개 정적인 메소드

public static ReserveString ( this client ) : Job
client this
리턴 Job

ReserveString() 공개 정적인 메소드

public static ReserveString ( this client, System.TimeSpan timeout ) : Job
client this
timeout System.TimeSpan
리턴 Job