HybridConnectionClient.GetRuntimeInformationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET