NServiceBus.Unicast.Transport.RabbitMQ.RabbitMqAddress.RabbitMqAddress C# (CSharp) Méthode

RabbitMqAddress() public méthode

public RabbitMqAddress ( string broker, string exchange, string routingKey ) : System
broker string
exchange string
routingKey string
Résultat System
    public RabbitMqAddress(string broker, string exchange, string routingKey)
    {
      _broker = broker;
      _exchange = exchange;
      _routingKey = routingKey;
    }