Tracing.ReceiveResponse Method (String, HttpResponseMessage)

 

Receives a tracing response.

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

Syntax

public static void ReceiveResponse(
    string invocationId,
    HttpResponseMessage response
)
public:
static void ReceiveResponse(
    String^ invocationId,
    HttpResponseMessage^ response
)
static member ReceiveResponse : 
        invocationId:string *
        response:HttpResponseMessage -> unit
Public Shared Sub ReceiveResponse (
    invocationId As String,
    response As HttpResponseMessage
)

Parameters

See Also

Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top