Méthode | Description | |
---|---|---|
Heartbeat ( ushort requestedHeartbeat ) : void | ||
Password ( string password ) : void | ||
RabbitMqHostConfigurator ( |
||
RabbitMqHostConfigurator ( string host, string virtualHost, ushort port = 5672, string connectionName = null ) : System | ||
UseCluster ( Action |
||
UseSsl ( Action |
||
Username ( string username ) : void |
Méthode | Description | |
---|---|---|
GetVirtualHost ( |
public Heartbeat ( ushort requestedHeartbeat ) : void | ||
requestedHeartbeat | ushort | |
Résultat | void |
public RabbitMqHostConfigurator ( |
||
hostAddress | ||
connectionName | string | |
Résultat | System |
public RabbitMqHostConfigurator ( string host, string virtualHost, ushort port = 5672, string connectionName = null ) : System | ||
host | string | |
virtualHost | string | |
port | ushort | |
connectionName | string | |
Résultat | System |
public UseCluster ( Action |
||
configureCluster | Action |
|
Résultat | void |
public UseSsl ( Action |
||
configureSsl | Action |
|
Résultat | void |