ChannelResponseQueue.HandleResponsesAsync 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.
Processes queued responses. This blocks until CompleteHandlerForRequest is called.
public System.Threading.Tasks.Task HandleResponsesAsync(string requestId, Action<Microsoft.Agents.Core.Models.IActivity> action, System.Threading.CancellationToken cancellationToken);
member this.HandleResponsesAsync : string * Action<Microsoft.Agents.Core.Models.IActivity> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function HandleResponsesAsync (requestId As String, action As Action(Of IActivity), cancellationToken As CancellationToken) As Task
Parameters
- requestId
- String
- cancellationToken
- CancellationToken