Tracing.Exit Method (String, Object)

 

Abandons the tracing method.

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

Public Shared Sub Exit (
	invocationId As String,
	result As Object
)

Parameters

invocationId
Type: System.String

The tracing invocation identifier.

result
Type: System.Object

The result.

Return to top
Show: