Interface IBrokerConfiguration
Настройки брокера сообщений
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBrokerConfiguration : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Host
Хост брокера сообщений
Declaration
string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Login
Логин брокера сообщений
Declaration
string Login { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Пароль брокера сообщений
Declaration
string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Порт брокера сообщений
Declaration
int Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
QueueName
Наименование очереди брокера сообщений
Declaration
string QueueName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |