C# Class TechDays.Messaging.RabbitMQ.ConnectToRabbitMQ

Inheritance: IDisposable
ファイルを表示 Open project: Zenika/Presidentielles-RabbitMQ

Public Methods

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

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

ConnectToRabbitMQ() public method

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

Disconnect() public method

public Disconnect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void