This documentation is archived and is not being maintained.

TeamFoundationTrace::Exit Method (array<String>, TraceLevel, String)

Complete a nested trace block created by Enter()

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

public:
static void Exit(
	array<String^>^ keywords, 
	TraceLevel level, 
	String^ info
)

Parameters

keywords
Type: array<System::String>

One or more keywords

level
Type: System.Diagnostics::TraceLevel

The trace level required to write the message

info
Type: System::String

The message to write

Show: