Partilhar via


ChatThreadClient.UpdatePropertiesAsync Método

Definição

Atualizações as propriedades do thread de forma assíncrona.

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)

Parâmetros

options
UpdateChatThreadPropertiesOptions

Opções de thread de chat.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a