Compartir a través de


AmqpTransportSettings Constructores

Definición

Sobrecargas

AmqpTransportSettings(TransportType)

Inicializa una nueva instancia de esta clase.

AmqpTransportSettings(TransportType, UInt32)

Inicializa una nueva instancia de esta clase.

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Inicializa una nueva instancia de esta clase.

AmqpTransportSettings(TransportType)

Inicializa una nueva instancia de esta clase.

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

Tipo de transporte AMQP.

Se aplica a

AmqpTransportSettings(TransportType, UInt32)

Inicializa una nueva instancia de esta clase.

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

Tipo de transporte AMQP.

prefetchCount
UInt32

Recuento de captura previa.

Se aplica a

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Inicializa una nueva instancia de esta clase.

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

Tipo de transporte AMQP.

prefetchCount
UInt32

Recuento de captura previa.

amqpConnectionPoolSettings
AmqpConnectionPoolSettings

Configuración del grupo de conexiones de AMQP.

Se aplica a