C# Class pegasus.eventbus.amqp.Exchange

Exibir arquivo Open project: Berico-Technologies/Event-Bus Class Usage Examples

Public Properties

Property Type Description
IsDurable bool
Name string
Type ExchangeType

Public Methods

Method Description
Equals ( object obj ) : bool
Exchange ( string name, ExchangeType type, bool isDurable ) : System
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

Exchange() public method

public Exchange ( string name, ExchangeType type, bool isDurable ) : System
name string
type ExchangeType
isDurable bool
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

IsDurable public_oe property

public bool IsDurable
return bool

Name public_oe property

public string Name
return string

Type public_oe property

public ExchangeType Type
return ExchangeType