C# Class amp.rabbit.topology.SimpleTopologyService

Inheritance: ITopologyService
Datei anzeigen Open project: Berico-Technologies/AMP

Public Methods

Method Description
Dispose ( ) : void
GetRoutingInfo ( string>.IDictionary routingHints ) : RoutingInfo
SimpleTopologyService ( string clientProfile, string name, string hostname, string vhost, int port ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetRoutingInfo() public method

public GetRoutingInfo ( string>.IDictionary routingHints ) : RoutingInfo
routingHints string>.IDictionary
return RoutingInfo

SimpleTopologyService() public method

public SimpleTopologyService ( string clientProfile, string name, string hostname, string vhost, int port ) : System
clientProfile string
name string
hostname string
vhost string
port int
return System