C# Class MassTransit.RabbitMqTransport.Topology.RabbitMqExchangeBindingExtensions.Exchange

Inheritance: ExchangeSettings
Show file Open project: MassTransit/MassTransit

Public Methods

Method Description
Equals ( object obj ) : bool
Exchange ( string exchangeName, bool durable, bool autoDelete, string exchangeType = null ) : System
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( Exchange other ) : bool

Method Details

Equals() protected method

protected Equals ( Exchange other ) : bool
other Exchange
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Exchange() public method

public Exchange ( string exchangeName, bool durable, bool autoDelete, string exchangeType = null ) : System
exchangeName string
durable bool
autoDelete bool
exchangeType string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int