ICloudTracingInterceptor.ReceiveResponse Method (String, HttpResponseMessage)

 

Receives an HTTP response.

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

Sub ReceiveResponse (
	invocationId As String,
	response As HttpResponseMessage
)

Parameters

invocationId
Type: System.String

The identifier of the method invocation.

response
Type: System.Net.Http.HttpResponseMessage

The instance of the response.

Return to top
Show: