Método Tracing.ReceiveResponse (String, HttpResponseMessage)
Recebe uma resposta de rastreamento.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
)
Parâmetros
invocationId
Type: System.StringO identificador de invocação.
response
Type: System.Net.Http.HttpResponseMessageA resposta.
Consulte também
Classe Tracing
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo