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.
Trace on exit of a method.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Sub TraceLeave ( _
    tracepoint As Integer, _
    area As String, _
    layer As String, _
    methodName As String _
)
public virtual void TraceLeave(
    int tracepoint,
    string area,
    string layer,
    string methodName
)
public:
virtual void TraceLeave(
    int tracepoint, 
    String^ area, 
    String^ layer, 
    String^ methodName
)
abstract TraceLeave : 
        tracepoint:int * 
        area:string * 
        layer:string * 
        methodName:string -> unit  
override TraceLeave : 
        tracepoint:int * 
        area:string * 
        layer:string * 
        methodName:string -> unit
public function TraceLeave(
    tracepoint : int, 
    area : String, 
    layer : String, 
    methodName : String
)
Parameters
- tracepoint
 Type: System.Int32
- area
 Type: System.String
- layer
 Type: System.String
- methodName
 Type: System.String
.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.