Метод | Описание | |
---|---|---|
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.
|
public BindReceiving ( string address ) : void | ||
address | string | The address of the queue. |
Результат | void |
public BindSending ( string transportAddress ) : void | ||
transportAddress | string | The address of the queue. |
Результат | void |