Tracing::ReceiveResponse Method (String^, HttpResponseMessage^)

 

Receives a tracing response.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static void ReceiveResponse(
	String^ invocationId,
	HttpResponseMessage^ response
)

Parameters

invocationId
Type: System::String^

The invocation identifier.

response
Type: System.Net.Http::HttpResponseMessage^

The response.

Return to top
Show: