Share via


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.String

    The identifier of the method invocation.

See Also

ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace

Return to top