NotificationBot.GetPagedInstallationsAsync 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.
Get a pagined list of targets where the bot is installed.
public System.Threading.Tasks.Task<Microsoft.TeamsFx.Conversation.PagedData<Microsoft.TeamsFx.Conversation.TeamsBotInstallation>> GetPagedInstallationsAsync(int? pageSize = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default, bool validationEnabled = true);
member this.GetPagedInstallationsAsync : Nullable<int> * string * System.Threading.CancellationToken * bool -> System.Threading.Tasks.Task<Microsoft.TeamsFx.Conversation.PagedData<Microsoft.TeamsFx.Conversation.TeamsBotInstallation>>
Public Function GetPagedInstallationsAsync (Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing, Optional validationEnabled As Boolean = true) As Task(Of PagedData(Of TeamsBotInstallation))
Parameters
- continuationToken
- String
The continuation token.
- cancellationToken
- CancellationToken
The cancellation token.
- validationEnabled
- Boolean
The parameter to enable or disable installation validation.
Returns
A pagined list of TeamsBotInstallation.
Remarks
The result is retrieving from the persisted storage.