MessageFormatterDuplexPipeTracker.OnResponseReceived(Int64, 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 received so that appropriate channel and state cleanup can take place.
public void OnResponseReceived (long requestId, bool successful);
member this.OnResponseReceived : int64 * bool -> unit
Public Sub OnResponseReceived (requestId As Long, successful As Boolean)
Parameters
- requestId
- Int64
The ID of the request for which a response was received.
- successful
- Boolean
A value indicating whether the response represents a successful result (i.e. a JsonRpcResult instead of an JsonRpcError).