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

CallConnection.GetCallConnectionPropertiesAsync(CancellationToken) 方法

定义

获取调用的各种属性。 CallConnectionProperties.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallConnectionProperties>> GetCallConnectionPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCallConnectionPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallConnectionProperties>>
override this.GetCallConnectionPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CallConnectionProperties>>
Public Overridable Function GetCallConnectionPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CallConnectionProperties))

参数

cancellationToken
CancellationToken

取消标记。

返回

例外

服务器返回了错误。 有关从服务器返回的详细信息,请参阅 Message

适用于