C# 클래스 NServiceBus.Transport.QueueBindings

Contains information about queues this endpoint is using.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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