Compartilhar via


AmqpTransportSettings Construtores

Definição

Sobrecargas

AmqpTransportSettings(TransportType)

Inicializa uma nova instância desta classe.

AmqpTransportSettings(TransportType, UInt32)

Inicializa uma nova instância desta classe.

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Inicializa uma nova instância desta classe.

AmqpTransportSettings(TransportType)

Inicializa uma nova instância desta classe.

public AmqpTransportSettings (Microsoft.Azure.Devices.Client.TransportType transportType);
new Microsoft.Azure.Devices.Client.AmqpTransportSettings : Microsoft.Azure.Devices.Client.TransportType -> Microsoft.Azure.Devices.Client.AmqpTransportSettings
Public Sub New (transportType As TransportType)

Parâmetros

transportType
TransportType

O tipo de transporte AMQP.

Aplica-se a

AmqpTransportSettings(TransportType, UInt32)

Inicializa uma nova instância desta classe.

public AmqpTransportSettings (Microsoft.Azure.Devices.Client.TransportType transportType, uint prefetchCount);
new Microsoft.Azure.Devices.Client.AmqpTransportSettings : Microsoft.Azure.Devices.Client.TransportType * uint32 -> Microsoft.Azure.Devices.Client.AmqpTransportSettings
Public Sub New (transportType As TransportType, prefetchCount As UInteger)

Parâmetros

transportType
TransportType

O tipo de transporte AMQP.

prefetchCount
UInt32

A contagem de pré-busca.

Aplica-se a

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Inicializa uma nova instância desta classe.

public AmqpTransportSettings (Microsoft.Azure.Devices.Client.TransportType transportType, uint prefetchCount, Microsoft.Azure.Devices.Client.AmqpConnectionPoolSettings amqpConnectionPoolSettings);
new Microsoft.Azure.Devices.Client.AmqpTransportSettings : Microsoft.Azure.Devices.Client.TransportType * uint32 * Microsoft.Azure.Devices.Client.AmqpConnectionPoolSettings -> Microsoft.Azure.Devices.Client.AmqpTransportSettings
Public Sub New (transportType As TransportType, prefetchCount As UInteger, amqpConnectionPoolSettings As AmqpConnectionPoolSettings)

Parâmetros

transportType
TransportType

O tipo de transporte AMQP.

prefetchCount
UInt32

A contagem de pré-busca.

amqpConnectionPoolSettings
AmqpConnectionPoolSettings

Configurações do pool de conexões AMQP.

Aplica-se a