RequestManager.SignalResponseAsync(Guid, ReceiveResponse) 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.
System.Object.SignalResponseAsync(System.Guid,Microsoft.Bot.Streaming.ReceiveResponse)
public System.Threading.Tasks.Task<bool> SignalResponseAsync (Guid requestId, Microsoft.Bot.Streaming.ReceiveResponse response);
abstract member SignalResponseAsync : Guid * Microsoft.Bot.Streaming.ReceiveResponse -> System.Threading.Tasks.Task<bool>
override this.SignalResponseAsync : Guid * Microsoft.Bot.Streaming.ReceiveResponse -> System.Threading.Tasks.Task<bool>
Public Function SignalResponseAsync (requestId As Guid, response As ReceiveResponse) As Task(Of Boolean)
Parameters
- requestId
- Guid
- response
- ReceiveResponse