你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HybridConnectionClient.GetRuntimeInformationAsync Method

Definition

Overloads

GetRuntimeInformationAsync()

Gets the HybridConnectionRuntimeInformation for this HybridConnection entity using the default timeout. Unless specified in the connection string the default is 1 minute.

GetRuntimeInformationAsync(CancellationToken)

Gets the HybridConnectionRuntimeInformation for this HybridConnection entity using the provided CancellationToken.

GetRuntimeInformationAsync()

Gets the HybridConnectionRuntimeInformation for this HybridConnection entity using the default timeout. Unless specified in the connection string the default is 1 minute.

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)

Returns

Applies to

GetRuntimeInformationAsync(CancellationToken)

Gets the HybridConnectionRuntimeInformation for this HybridConnection entity using the provided CancellationToken.

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)

Parameters

cancellationToken
CancellationToken

A cancellation token to observe.

Returns

Applies to