Share via


MessageFormatterProgressTracker.OnResponseReceived(Int64) Method

Definition

Call this method when a response is received to clear the objects associated with the request and avoid a memory leak.

public void OnResponseReceived (long requestId);
member this.OnResponseReceived : int64 -> unit
Public Sub OnResponseReceived (requestId As Long)

Parameters

requestId
Int64

The id of the request whose associated objects need to be cleared.

Applies to