TestAdapter.GetNextReplyAsync(CancellationToken) 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 the next reply async.
public System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity> GetNextReplyAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetNextReplyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.IActivity>
Public Function GetNextReplyAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IActivity)
Parameters
- cancellationToken
- CancellationToken
cancellation Token.
Returns
activity when it's available or canceled task if it is canceled.