Method | Description | |
---|---|---|
CreateQueue ( string queueName, int type ) : |
||
Example ( string command ) : |
||
Help ( ) : |
||
Send ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null ) : |
||
SendAsync ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null ) : Task |
||
SendMessage ( ) : System | ||
SetMessageIdOptions ( string queueName, int value ) : |
||
SetRedisOptions ( string queueName, int clearExpiredMessagesBatchLimit = 50, int moveDelayedMessagesBatchLimit = 50, int resetHeartBeatBatchLimit = 50, System.TimeSpan delayedProcessingMonitorTime = null ) : |
||
SetSntpTimeConfiguration ( string queueName, int port = 123, string server = "pool.ntp.org", System.TimeSpan timeout = null ) : |
||
SetTimeClientOptions ( string queueName, int value ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ValidateQueue ( string queueName ) : |
Method | Description | |
---|---|---|
CreateContainer ( ) : QueueContainer |
||
CreateMessages ( int itemCount, int runTime ) : IEnumerable |
||
CreateModuleIfNeeded ( string queueName, ConsumerQueueTypes type ) : void | ||
GenerateMessages ( List |
||
RegisterService ( IContainer container ) : void |
public CreateQueue ( string queueName, int type ) : |
||
queueName | string | |
type | int | |
return |
public Example ( string command ) : |
||
command | string | |
return |
public Help ( ) : |
||
return |
public Send ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null ) : |
||
queueName | string | |
itemCount | int | |
runtime | int | |
batched | bool | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
return |
public SendAsync ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null ) : Task |
||
queueName | string | |
itemCount | int | |
runtime | int | |
batched | bool | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
return | Task |
public SetMessageIdOptions ( string queueName, int value ) : |
||
queueName | string | |
value | int | |
return |
public SetRedisOptions ( string queueName, int clearExpiredMessagesBatchLimit = 50, int moveDelayedMessagesBatchLimit = 50, int resetHeartBeatBatchLimit = 50, System.TimeSpan delayedProcessingMonitorTime = null ) : |
||
queueName | string | |
clearExpiredMessagesBatchLimit | int | |
moveDelayedMessagesBatchLimit | int | |
resetHeartBeatBatchLimit | int | |
delayedProcessingMonitorTime | System.TimeSpan | |
return |
public SetSntpTimeConfiguration ( string queueName, int port = 123, string server = "pool.ntp.org", System.TimeSpan timeout = null ) : |
||
queueName | string | |
port | int | |
server | string | |
timeout | System.TimeSpan | |
return |
public SetTimeClientOptions ( string queueName, int value ) : |
||
queueName | string | |
value | int | |
return |
protected ValidateQueue ( string queueName ) : |
||
queueName | string | |
return |