你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AmqpTransportSettings 构造函数

定义

重载

AmqpTransportSettings(TransportType)

初始化此类的新实例。

AmqpTransportSettings(TransportType, UInt32)

初始化此类的新实例。

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

初始化此类的新实例。

AmqpTransportSettings(TransportType)

初始化此类的新实例。

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)

参数

transportType
TransportType

AMQP 传输类型。

适用于

AmqpTransportSettings(TransportType, UInt32)

初始化此类的新实例。

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)

参数

transportType
TransportType

AMQP 传输类型。

prefetchCount
UInt32

预提取计数。

适用于

AmqpTransportSettings(TransportType, UInt32, AmqpConnectionPoolSettings)

初始化此类的新实例。

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)

参数

transportType
TransportType

AMQP 传输类型。

prefetchCount
UInt32

预提取计数。

amqpConnectionPoolSettings
AmqpConnectionPoolSettings

AMQP 连接池设置。

适用于