Compartilhar via


Método ICloudTracingInterceptor.Exit

Exits a method.

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

Uso

'Uso
Dim instance As ICloudTracingInterceptor
Dim invocationId As String
Dim returnValue As Object

instance.Exit(invocationId, returnValue)

Sintaxe

'Declaração
Sub Exit ( _
    invocationId As String, _
    returnValue As Object _
)
void Exit (
    string invocationId,
    Object returnValue
)
void Exit (
    String^ invocationId, 
    Object^ returnValue
)
void Exit (
    String invocationId, 
    Object returnValue
)
function Exit (
    invocationId : String, 
    returnValue : Object
)

Parâmetros

  • invocationId
    The identifier of the method invocation.
  • returnValue
    The return value of the method.

Comentários

Exit is not called when an error occurs.

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