Method | Description | |
---|---|---|
BeanstalkClient ( IConnectionPool pool ) : System | ||
BeanstalkClient ( |
||
BeanstalkClient ( ISocket socket ) : System | ||
BeanstalkClient ( string host, int port ) : System | ||
Bury ( uint jobId, uint priority ) : bool | ||
Delete ( uint jobId ) : bool | ||
Dispose ( ) : void | ||
GetJobStats ( uint jobId ) : Droog.Beanstalk.Client.JobStats | ||
GetServerStats ( ) : Droog.Beanstalk.Client.ServerStats | ||
GetTubeStats ( string tube ) : |
||
GetTubes ( ) : IEnumerable |
||
Kick ( uint bound ) : uint | ||
Peek ( uint jobId ) : Droog.Beanstalk.Client.Job | ||
PeekBuried ( ) : Droog.Beanstalk.Client.Job | ||
PeekDelayed ( ) : Droog.Beanstalk.Client.Job | ||
PeekReady ( ) : Droog.Beanstalk.Client.Job | ||
Put ( uint priority, System.TimeSpan delay, System.TimeSpan timeToRun, Stream request, long length ) : Droog.Beanstalk.Client.PutResponse | ||
Release ( uint jobId, uint priority, System.TimeSpan delay ) : ReleaseStatus | ||
Reserve ( ) : Droog.Beanstalk.Client.Job | ||
Reserve ( System.TimeSpan timeout ) : Droog.Beanstalk.Client.Job | ||
Touch ( uint jobId ) : bool | ||
TryReserve ( System.TimeSpan timeout, Droog.Beanstalk.Client.Job &job ) : ReservationStatus |
Method | Description | |
---|---|---|
Connected ( ) : bool | ||
Dispose ( bool suppressFinalizer ) : void | ||
Exec ( System.Net.Request request ) : Response | ||
IWatchedTubeClient ( ) : IEnumerable |
||
IWatchedTubeClient ( string tube ) : int | ||
InitSocket ( ) : void | ||
Peek ( System.Net.Request request ) : Droog.Beanstalk.Client.Job | ||
ThrowIfDisposed ( ) : void | ||
VerifyConnection ( ) : void |
public BeanstalkClient ( IConnectionPool pool ) : System | ||
pool | IConnectionPool | |
return | System |
public BeanstalkClient ( |
||
address | ||
port | int | |
return | System |
public BeanstalkClient ( ISocket socket ) : System | ||
socket | ISocket | |
return | System |
public BeanstalkClient ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public Bury ( uint jobId, uint priority ) : bool | ||
jobId | uint | |
priority | uint | |
return | bool |
public GetJobStats ( uint jobId ) : Droog.Beanstalk.Client.JobStats | ||
jobId | uint | |
return | Droog.Beanstalk.Client.JobStats |
public GetServerStats ( ) : Droog.Beanstalk.Client.ServerStats | ||
return | Droog.Beanstalk.Client.ServerStats |
public GetTubeStats ( string tube ) : |
||
tube | string | |
return |
public Peek ( uint jobId ) : Droog.Beanstalk.Client.Job | ||
jobId | uint | |
return | Droog.Beanstalk.Client.Job |
public PeekBuried ( ) : Droog.Beanstalk.Client.Job | ||
return | Droog.Beanstalk.Client.Job |
public PeekDelayed ( ) : Droog.Beanstalk.Client.Job | ||
return | Droog.Beanstalk.Client.Job |
public PeekReady ( ) : Droog.Beanstalk.Client.Job | ||
return | Droog.Beanstalk.Client.Job |
public Put ( uint priority, System.TimeSpan delay, System.TimeSpan timeToRun, Stream request, long length ) : Droog.Beanstalk.Client.PutResponse | ||
priority | uint | |
delay | System.TimeSpan | |
timeToRun | System.TimeSpan | |
request | Stream | |
length | long | |
return | Droog.Beanstalk.Client.PutResponse |
public Release ( uint jobId, uint priority, System.TimeSpan delay ) : ReleaseStatus | ||
jobId | uint | |
priority | uint | |
delay | System.TimeSpan | |
return | ReleaseStatus |
public Reserve ( ) : Droog.Beanstalk.Client.Job | ||
return | Droog.Beanstalk.Client.Job |
public Reserve ( System.TimeSpan timeout ) : Droog.Beanstalk.Client.Job | ||
timeout | System.TimeSpan | |
return | Droog.Beanstalk.Client.Job |
public TryReserve ( System.TimeSpan timeout, Droog.Beanstalk.Client.Job &job ) : ReservationStatus | ||
timeout | System.TimeSpan | |
job | Droog.Beanstalk.Client.Job | |
return | ReservationStatus |