ChatThreadClient.GetProperties(CancellationToken) Method

Definition

Gets a chat thread.

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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

Applies to