ChannelResponseQueue.CompleteHandlerForRequestAsync(String) 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.
Completes channel response handling asynchronously. Waits without blocking a thread pool thread.
public System.Threading.Tasks.Task CompleteHandlerForRequestAsync(string requestId);
member this.CompleteHandlerForRequestAsync : string -> System.Threading.Tasks.Task
Public Function CompleteHandlerForRequestAsync (requestId As String) As Task
Parameters
- requestId
- String