次の方法で共有


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

適用対象