Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Complete a nested trace block created by Enter()
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Exit ( _
    keywords As String(), _
    level As TraceLevel, _
    info As String _
)
public static void Exit(
    string[] keywords,
    TraceLevel level,
    string info
)
public:
static void Exit(
    array<String^>^ keywords, 
    TraceLevel level, 
    String^ info
)
static member Exit : 
        keywords:string[] * 
        level:TraceLevel * 
        info:string -> unit
public static function Exit(
    keywords : String[], 
    level : TraceLevel, 
    info : String
)
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 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.