C# Класс NServiceBus.Transport.QueueBindings

Contains information about queues this endpoint is using.
Показать файл Открыть проект

Открытые методы

Метод Описание
BindReceiving ( string address ) : void

Declares that this endpoint will be using queue with address address for receiving.

BindSending ( string transportAddress ) : void

Declares that this endpoint will be using queue with address transportAddress for sending.

Описание методов

BindReceiving() публичный Метод

Declares that this endpoint will be using queue with address address for receiving.
public BindReceiving ( string address ) : void
address string The address of the queue.
Результат void

BindSending() публичный Метод

Declares that this endpoint will be using queue with address transportAddress for sending.
public BindSending ( string transportAddress ) : void
transportAddress string The address of the queue.
Результат void