Partager via


AmqpTransportSettings Constructeurs

Définition

Surcharges

AmqpTransportSettings(TransportType)

Initialise une nouvelle instance de cette classe.

AmqpTransportSettings(TransportType, UInt32)

Initialise une nouvelle instance de cette classe.

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Initialise une nouvelle instance de cette classe.

AmqpTransportSettings(TransportType)

Initialise une nouvelle instance de cette 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)

Paramètres

transportType
TransportType

Type de transport AMQP.

S’applique à

AmqpTransportSettings(TransportType, UInt32)

Initialise une nouvelle instance de cette 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)

Paramètres

transportType
TransportType

Type de transport AMQP.

prefetchCount
UInt32

Nombre de pré-extractions.

S’applique à

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

Initialise une nouvelle instance de cette 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)

Paramètres

transportType
TransportType

Type de transport AMQP.

prefetchCount
UInt32

Nombre de pré-extractions.

amqpConnectionPoolSettings
AmqpConnectionPoolSettings

Paramètres du pool de connexions AMQP.

S’applique à