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

Inheritance: ExchangeSettings
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Exchange other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Exchange other ) : bool
other Exchange
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Exchange() public méthode

public Exchange ( string exchangeName, bool durable, bool autoDelete, string exchangeType = null ) : System
exchangeName string
durable bool
autoDelete bool
exchangeType string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int