Property | Type | Description | |
---|---|---|---|
GetSettingStrings | IEnumerable |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetQueryStringOptions ( ) : IEnumerable |
Method | Description | |
---|---|---|
GetSettingStrings ( ) : IEnumerable |
public BindToExchange ( string exchangeName ) : void | ||
exchangeName | string | |
return | void |
public BindToQueue ( string queueName ) : void | ||
queueName | string | |
return | void |
protected GetQueryStringOptions ( ) : IEnumerable |
||
return | IEnumerable |
public GetSendAddress ( Uri hostAddress ) : Uri | ||
hostAddress | Uri | |
return | Uri |
public RabbitMqSendSettings ( string exchangeName, string exchangeType, bool durable, bool autoDelete ) : System | ||
exchangeName | string | |
exchangeType | string | |
durable | bool | |
autoDelete | bool | |
return | System |
public SetQueueArgument ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |