次の方法で共有


ChatThreadClient.GetProperties(CancellationToken) メソッド

定義

チャット スレッドを取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

例外

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

適用対象