MessageFormatterProgressTracker.OnResponseReceived(Int64) 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.
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.