Transmission コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Transmission() |
Transmission クラスの新しいインスタンスを初期化します。 このオーバーロードはテスト目的です。 |
Transmission(Uri, ICollection<ITelemetry>, TimeSpan) |
Transmission クラスの新しいインスタンスを初期化します。 |
Transmission(Uri, Byte[], String, String, TimeSpan) |
Transmission クラスの新しいインスタンスを初期化します。 |
Transmission()
Transmission クラスの新しいインスタンスを初期化します。 このオーバーロードはテスト目的です。
protected internal Transmission ();
Protected Friend Sub New ()
適用対象
Transmission(Uri, ICollection<ITelemetry>, TimeSpan)
Transmission クラスの新しいインスタンスを初期化します。
public Transmission (Uri address, System.Collections.Generic.ICollection<Microsoft.ApplicationInsights.Channel.ITelemetry> telemetryItems, TimeSpan timeout = default);
new Microsoft.ApplicationInsights.Channel.Transmission : Uri * System.Collections.Generic.ICollection<Microsoft.ApplicationInsights.Channel.ITelemetry> * TimeSpan -> Microsoft.ApplicationInsights.Channel.Transmission
Public Sub New (address As Uri, telemetryItems As ICollection(Of ITelemetry), Optional timeout As TimeSpan = Nothing)
パラメーター
- address
- Uri
- telemetryItems
- ICollection<ITelemetry>
- timeout
- TimeSpan
適用対象
Transmission(Uri, Byte[], String, String, TimeSpan)
Transmission クラスの新しいインスタンスを初期化します。
public Transmission (Uri address, byte[] content, string contentType, string contentEncoding, TimeSpan timeout = default);
new Microsoft.ApplicationInsights.Channel.Transmission : Uri * byte[] * string * string * TimeSpan -> Microsoft.ApplicationInsights.Channel.Transmission
Public Sub New (address As Uri, content As Byte(), contentType As String, contentEncoding As String, Optional timeout As TimeSpan = Nothing)
パラメーター
- address
- Uri
- content
- Byte[]
- contentType
- String
- contentEncoding
- String
- timeout
- TimeSpan
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET