C# Class NServiceBus.Unicast.Transport.RabbitMQ.RabbitMqAddress

Afficher le fichier Open project: machine/machine.mta Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( RabbitMqAddress other ) : bool
Equals ( object obj ) : bool
FromString ( string value ) : RabbitMqAddress
GetHashCode ( ) : Int32
RabbitMqAddress ( string broker, string exchange, string routingKey ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( RabbitMqAddress other ) : bool
other RabbitMqAddress
Résultat bool

Equals() public méthode

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

FromString() public static méthode

public static FromString ( string value ) : RabbitMqAddress
value string
Résultat RabbitMqAddress

GetHashCode() public méthode

public GetHashCode ( ) : Int32
Résultat System.Int32

RabbitMqAddress() public méthode

public RabbitMqAddress ( string broker, string exchange, string routingKey ) : System
broker string
exchange string
routingKey string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string