다음을 통해 공유


RequestManager.SignalResponseAsync(Guid, ReceiveResponse) 메서드

정의

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)

매개 변수

requestId
Guid
response
ReceiveResponse

반환

적용 대상