Share via


MessageFormatterDuplexPipeTracker.OnResponseReceived(Int64, Boolean) Method

Definition

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).

Applies to