Tracing.Exit Method (String, Object)
Abandons the tracing method.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static void Exit(
string invocationId,
object result
)
public:
static void Exit(
String^ invocationId,
Object^ result
)
static member Exit :
invocationId:string *
result:Object -> unit
Public Shared Sub Exit (
invocationId As String,
result As Object
)
Parameters
invocationId
Type: System.StringThe tracing invocation identifier.
result
Type: System.ObjectThe result.
See Also
Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top