MessageFormatterDuplexPipeTracker.OnResponseSent(Object, Boolean) 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.
Notifies this tracker when a response to any request is sent so that appropriate channel and state cleanup can take place.
public void OnResponseSent (object requestId, bool successful);
member this.OnResponseSent : obj * bool -> unit
Public Sub OnResponseSent (requestId As Object, successful As Boolean)
Parameters
- requestId
- Object
The ID of the request for which a response was sent.
- successful
- Boolean
A value indicating whether the response represents a successful result (i.e. a JsonRpcResult instead of an JsonRpcError).