次の方法で共有


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 接続プールの設定。

適用対象