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