Compartilhar via


Método ICloudTracingInterceptor.ReceiveResponse

Receives an HTTP response.

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

Uso

'Uso
Dim instance As ICloudTracingInterceptor
Dim invocationId As String
Dim response As HttpResponseMessage

instance.ReceiveResponse(invocationId, response)

Sintaxe

'Declaração
Sub ReceiveResponse ( _
    invocationId As String, _
    response As HttpResponseMessage _
)
void ReceiveResponse (
    string invocationId,
    HttpResponseMessage response
)
void ReceiveResponse (
    String^ invocationId, 
    HttpResponseMessage^ response
)
void ReceiveResponse (
    String invocationId, 
    HttpResponseMessage response
)
function ReceiveResponse (
    invocationId : String, 
    response : HttpResponseMessage
)

Parâmetros

  • invocationId
    The identifier of the method invocation.
  • response
    The instance of the response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Interface ICloudTracingInterceptor
Membros ICloudTracingInterceptor
Namespace Microsoft.WindowsAzure