Sdílet prostřednictvím


ChatThreadClient.UpdateTopicAsync(String, CancellationToken) Method

Definition

Updates the thread's topic asynchronously.

public virtual System.Threading.Tasks.Task<Azure.Response> UpdateTopicAsync (string topic, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTopicAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdateTopicAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdateTopicAsync (topic As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

topic
String

Chat thread topic.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to