Свойство | Тип | Описание | |
---|---|---|---|
GetSettingStrings | IEnumerable |
Метод | Описание | |
---|---|---|
BindToExchange ( string exchangeName ) : void | ||
BindToQueue ( string queueName ) : void | ||
GetSendAddress ( Uri hostAddress ) : Uri | ||
RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System | ||
SetQueueArgument ( string key, object value ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GetQueryStringOptions ( ) : IEnumerable |
Метод | Описание | |
---|---|---|
GetSettingStrings ( ) : IEnumerable |
public BindToExchange ( string exchangeName ) : void | ||
exchangeName | string | |
Результат | void |
public BindToQueue ( string queueName ) : void | ||
queueName | string | |
Результат | void |
protected GetQueryStringOptions ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetSendAddress ( Uri hostAddress ) : Uri | ||
hostAddress | Uri | |
Результат | Uri |
public RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System | ||
exchangeName | string | |
exchangeType | string | |
durable | bool | |
autoDelete | bool | |
Результат | System |
public SetQueueArgument ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |