ChannelResponseQueue.StartHandlerForRequest(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.
Starts the queue for a request. This MUST be called before background processing starts.
public void StartHandlerForRequest(string requestId);
member this.StartHandlerForRequest : string -> unit
Public Sub StartHandlerForRequest (requestId As String)
Parameters
- requestId
- String