C# Class Contour.Transport.RabbitMQ.Topology.Queue

Описание очереди RabbitMq.
Inheritance: ITopologyEntity, IListeningSource
Show file Open project: SDVentures/Contour Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Выполняет сравнение двух очередей.

GetHashCode ( ) : int

Рассчитывает код хеширования для очереди.

Named ( string name ) : QueueBuilder

Создает экземпляр построителя очереди с именем name.

ToString ( ) : string

Конвертирует очередь в строку.

Protected Methods

Method Description
Equals ( Queue other ) : bool

Выполняет сравнение двух очередей.

Private Methods

Method Description
Queue ( string name ) : System

Инициализирует новый экземпляр класса Queue.

Method Details

Equals() protected method

Выполняет сравнение двух очередей.
protected Equals ( Queue other ) : bool
other Queue /// Сравниваемая очередь. ///
return bool

Equals() public method

Выполняет сравнение двух очередей.
public Equals ( object obj ) : bool
obj object /// Сравниваемая очередь. ///
return bool

GetHashCode() public method

Рассчитывает код хеширования для очереди.
public GetHashCode ( ) : int
return int

Named() public static method

Создает экземпляр построителя очереди с именем name.
public static Named ( string name ) : QueueBuilder
name string /// Имя создаваемой очереди. ///
return QueueBuilder

ToString() public method

Конвертирует очередь в строку.
public ToString ( ) : string
return string