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

ファイルを表示 Open project: machine/machine.mta Class Usage Examples

Public Methods

Method 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 method

public Equals ( RabbitMqAddress other ) : bool
other RabbitMqAddress
return bool

Equals() public method

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

FromString() public static method

public static FromString ( string value ) : RabbitMqAddress
value string
return RabbitMqAddress

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32

RabbitMqAddress() public method

public RabbitMqAddress ( string broker, string exchange, string routingKey ) : System
broker string
exchange string
routingKey string
return System

ToString() public method

public ToString ( ) : string
return string