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. This will wait for all reads to complete. Once complete, any subsequent SendActivitiesAsync are ignored.
public void CompleteHandlerForRequest(string requestId);
member this.CompleteHandlerForRequest : string -> unit
Public Sub CompleteHandlerForRequest (requestId As String)
Parameters
- requestId
- String