次の方法で共有


ChatThreadClient.UpdatePropertiesAsync メソッド

定義

スレッドのプロパティを非同期的に更新します。

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

パラメーター

options
UpdateChatThreadPropertiesOptions

チャット スレッドのオプション。

cancellationToken
CancellationToken

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

戻り値

例外

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

適用対象