C# Class Droog.Beanstalk.Client.BeanstalkExtensions

Exibir arquivo Open project: sdether/libBeanstalk.NET

Public Methods

Method Description
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

Method Details

PutString() public static method

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

PutString() public static method

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

PutString() public static method

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
return Droog.Beanstalk.Client.PutResponse

PutString() public static method

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
return Droog.Beanstalk.Client.PutResponse

ReserveString() public static method

public static ReserveString ( this client ) : Job
client this
return Job

ReserveString() public static method

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