次の方法で共有


HybridConnectionListener.GetRuntimeInformationAsync メソッド

定義

オーバーロード

GetRuntimeInformationAsync()

既定のタイムアウトを HybridConnectionRuntimeInformation 使用して、この HybridConnection エンティティの を取得します。 接続文字列で指定しない限り、既定値は 1 分です。

GetRuntimeInformationAsync(CancellationToken)

指定された CancellationToken を HybridConnectionRuntimeInformation 使用して、この HybridConnection エンティティの を取得します。

GetRuntimeInformationAsync()

既定のタイムアウトを HybridConnectionRuntimeInformation 使用して、この HybridConnection エンティティの を取得します。 接続文字列で指定しない限り、既定値は 1 分です。

public System.Threading.Tasks.Task<Microsoft.Azure.Relay.HybridConnectionRuntimeInformation> GetRuntimeInformationAsync ();
member this.GetRuntimeInformationAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Relay.HybridConnectionRuntimeInformation>
Public Function GetRuntimeInformationAsync () As Task(Of HybridConnectionRuntimeInformation)

戻り値

適用対象

GetRuntimeInformationAsync(CancellationToken)

指定された CancellationToken を HybridConnectionRuntimeInformation 使用して、この HybridConnection エンティティの を取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Relay.HybridConnectionRuntimeInformation> GetRuntimeInformationAsync (System.Threading.CancellationToken cancellationToken);
member this.GetRuntimeInformationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Relay.HybridConnectionRuntimeInformation>
Public Function GetRuntimeInformationAsync (cancellationToken As CancellationToken) As Task(Of HybridConnectionRuntimeInformation)

パラメーター

cancellationToken
CancellationToken

観察するキャンセル トークン。

戻り値

適用対象