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

CommunicationRelayClient.GetRelayConfigurationAsync Method

Definition

Asynchronously gets a Relay Configuration for a CommunicationUserIdentifier.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>> GetRelayConfigurationAsync (Azure.Communication.CommunicationUserIdentifier communicationUser = default, Azure.Communication.NetworkTraversal.RouteType? routeType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayConfigurationAsync : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>>
override this.GetRelayConfigurationAsync : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>>
Public Overridable Function GetRelayConfigurationAsync (Optional communicationUser As CommunicationUserIdentifier = Nothing, Optional routeType As Nullable(Of RouteType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunicationRelayConfiguration))

Parameters

communicationUser
CommunicationUserIdentifier

The CommunicationUserIdentifier for whom to issue a token.

routeType
Nullable<RouteType>

The specified RouteType for the relay request

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to