ICloudTracingInterceptor.Exit Method (String, Object)

 

Exits a method.

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

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.

Exit is not called when an error occurs.

Return to top
Show: