ChannelResponseQueue.CompleteHandlerForRequest(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 synchronously. Blocks until all reads complete. Prefer CompleteHandlerForRequestAsync(String) when calling from an async context.
public void CompleteHandlerForRequest(string requestId);
member this.CompleteHandlerForRequest : string -> unit
Public Sub CompleteHandlerForRequest (requestId As String)
Parameters
- requestId
- String