Expand Minimize
This topic has not yet been rated - Rate this topic

TeamFoundationSqlResourceComponent.TraceLeave Method

Visual Studio 2012

Trace exit from a method with a consistently formatted message and a time stamp.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
protected virtual void TraceLeave(
	int tracepoint,
	string methodName
)

Parameters

tracepoint
Type: Int32

A unique number from a range reserved in [TraceDefinition.cs] that provides precise control over the trace level.

methodName
Type: String

The name of the method that was used in the trace message.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.