C# Class TechDays.Messaging.RabbitMQ.ConnectToRabbitMQ

Inheritance: IDisposable
Afficher le fichier Open project: Zenika/Presidentielles-RabbitMQ

Méthodes publiques

Méthode Description
ConnectTo ( ) : bool

Create the connection, Model and Exchange(if one is required)

ConnectToRabbitMQ ( String server, String exchange, String exchangeType ) : System

Disconnect ( ) : void

Dispose ( ) : void

Method Details

ConnectTo() public méthode

Create the connection, Model and Exchange(if one is required)
public ConnectTo ( ) : bool
Résultat bool

ConnectToRabbitMQ() public méthode

public ConnectToRabbitMQ ( String server, String exchange, String exchangeType ) : System
server String
exchange String
exchangeType String
Résultat System

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void