C# Class pegasus.eventbus.amqp.Exchange

Afficher le fichier Open project: Berico-Technologies/Event-Bus Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDurable bool
Name string
Type ExchangeType

Méthodes publiques

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

Method Details

Equals() public méthode

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

Exchange() public méthode

public Exchange ( string name, ExchangeType type, bool isDurable ) : System
name string
type ExchangeType
isDurable bool
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsDurable public_oe property

public bool IsDurable
Résultat bool

Name public_oe property

public string Name
Résultat string

Type public_oe property

public ExchangeType Type
Résultat ExchangeType