Share via


MessageFormatterDuplexPipeTracker.OnResponseSent(Object, Boolean) Method

Definition

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

Applies to