次の方法で共有


ChatThreadClient.GetPropertiesAsync(CancellationToken) メソッド

定義

チャット スレッドを非同期的に取得します。

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

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

適用対象