IConversationReferenceStore.List 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.
List stored conversation reference by page.
public System.Threading.Tasks.Task<Microsoft.TeamsFx.Conversation.PagedData<Microsoft.Bot.Schema.ConversationReference>> List (int? pageSize = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member List : Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamsFx.Conversation.PagedData<Microsoft.Bot.Schema.ConversationReference>>
Public Function List (Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PagedData(Of ConversationReference))
Parameters
- continuationToken
- String
The continuation token.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
A paged list of conversation references.