C# Class Droog.Beanstalk.Client.BeanstalkExtensions

Afficher le fichier Open project: sdether/libBeanstalk.NET

Méthodes publiques

Méthode 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 méthode

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

PutString() public static méthode

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

PutString() public static méthode

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
Résultat Droog.Beanstalk.Client.PutResponse

PutString() public static méthode

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
Résultat Droog.Beanstalk.Client.PutResponse

ReserveString() public static méthode

public static ReserveString ( this client ) : Job
client this
Résultat Job

ReserveString() public static méthode

public static ReserveString ( this client, System.TimeSpan timeout ) : Job
client this
timeout System.TimeSpan
Résultat Job