Share via


ICloudTracingInterceptor.Exit Method (String, Object)

 

Exits a method.

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

Syntax

void Exit(
    string invocationId,
    object returnValue
)
void Exit(
    String^ invocationId,
    Object^ returnValue
)
abstract Exit : 
        invocationId:string *
        returnValue:Object -> unit
Sub Exit (
    invocationId As String,
    returnValue As Object
)

Parameters

  • invocationId
    Type: System.String

    The identifier of the method invocation.

  • returnValue
    Type: System.Object

    The return value of the method.

Remarks

Exit is not called when an error occurs.

See Also

ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace

Return to top