Метод | Описание | |
---|---|---|
CreateQueue ( string queueNameReceive, string queueNameSend, int type ) : |
||
Example ( string command ) : |
||
Help ( ) : |
||
Send ( string queueReceive, string queueNameSend, int itemCount, System.TimeSpan rpcTimeout = null, int runtime = 100, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : |
||
SendAsync ( string queueReceive, string queueNameSend, int itemCount, System.TimeSpan rpcTimeout = null, int runtime = 100, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : Task |
||
SendMessage ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ValidateQueue ( string queueName ) : |
Метод | Описание | |
---|---|---|
CreateContainer ( ) : QueueContainer |
||
CreateMessages ( int itemCount, int runTime ) : IEnumerable |
||
CreateModuleIfNeeded ( string queueNameReceive, string queueNameResponse, ConsumerQueueTypes type ) : void | ||
GenerateMessages ( List |
||
RegisterService ( IContainer container ) : void |
public CreateQueue ( string queueNameReceive, string queueNameSend, int type ) : |
||
queueNameReceive | string | |
queueNameSend | string | |
type | int | |
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Example ( string command ) : |
||
command | string | |
Результат |
public Help ( ) : |
||
Результат |
public Send ( string queueReceive, string queueNameSend, int itemCount, System.TimeSpan rpcTimeout = null, int runtime = 100, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : |
||
queueReceive | string | |
queueNameSend | string | |
itemCount | int | |
rpcTimeout | System.TimeSpan | |
runtime | int | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
priority | ushort | |
Результат |
public SendAsync ( string queueReceive, string queueNameSend, int itemCount, System.TimeSpan rpcTimeout = null, int runtime = 100, System.TimeSpan delay = null, System.TimeSpan expiration = null, ushort priority = null ) : Task |
||
queueReceive | string | |
queueNameSend | string | |
itemCount | int | |
rpcTimeout | System.TimeSpan | |
runtime | int | |
delay | System.TimeSpan | |
expiration | System.TimeSpan | |
priority | ushort | |
Результат | Task |
protected ValidateQueue ( string queueName ) : |
||
queueName | string | |
Результат |