ICloudTracingInterceptor.ReceiveResponse Method (String, HttpResponseMessage)
Receives an HTTP response.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void ReceiveResponse(
string invocationId,
HttpResponseMessage response
)
void ReceiveResponse(
String^ invocationId,
HttpResponseMessage^ response
)
abstract ReceiveResponse :
invocationId:string *
response:HttpResponseMessage -> unit
Sub ReceiveResponse (
invocationId As String,
response As HttpResponseMessage
)
Parameters
invocationId
Type: System.StringThe identifier of the method invocation.
response
Type: System.Net.Http.HttpResponseMessageThe instance of the response.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top