AmqpTransportSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 接続プールの設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET