ChatClient.GetChatThreadsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of chat threads of a userChatThreadItem asynchronously.
public virtual Azure.AsyncPageable<Azure.Communication.Chat.ChatThreadItem> GetChatThreadsAsync (DateTimeOffset? startTime = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChatThreadsAsync : Nullable<DateTimeOffset> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatThreadItem>
override this.GetChatThreadsAsync : Nullable<DateTimeOffset> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.Chat.ChatThreadItem>
Public Overridable Function GetChatThreadsAsync (Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChatThreadItem)
Parameters
- startTime
- Nullable<DateTimeOffset>
The earliest point in time to get chat threads up to. The timestamp should be in ISO8601 format: yyyy-MM-ddTHH:mm:ssZ
.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error. See Message for details returned from the server.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET