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, ushort priority = null ) : |
||
SendAsync ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : Task |
||
SendMessage ( ) : System |
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, ushort priority = null ) : |
||
queueName | string | |
itemCount | int | |
runtime | int | |
batched | bool | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
priority | ushort | |
return |
public SendAsync ( string queueName, int itemCount, int runtime = 100, bool batched = false, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : Task |
||
queueName | string | |
itemCount | int | |
runtime | int | |
batched | bool | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
priority | ushort | |
return | Task |
protected ValidateQueue ( string queueName ) : |
||
queueName | string | |
return |