C# 클래스 TechDays.Messaging.RabbitMQ.ConnectToRabbitMQ

상속: IDisposable
파일 보기 프로젝트 열기: Zenika/Presidentielles-RabbitMQ

공개 메소드들

메소드 설명
ConnectTo ( ) : bool

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

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

Disconnect ( ) : void

Dispose ( ) : void

메소드 상세

ConnectTo() 공개 메소드

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

ConnectToRabbitMQ() 공개 메소드

public ConnectToRabbitMQ ( String server, String exchange, String exchangeType ) : System
server String
exchange String
exchangeType String
리턴 System

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void