次の方法で共有


Transmission.SendAsync メソッド

定義

現在の転送が表す要求を実行します。

public virtual System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper> SendAsync ();
abstract member SendAsync : unit -> System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper>
override this.SendAsync : unit -> System.Threading.Tasks.Task<Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper>
Public Overridable Function SendAsync () As Task(Of HttpWebResponseWrapper)

戻り値

待機するタスク。

適用対象