TeamFoundationSqlResourceComponent.TraceEnter Method
Trace entry to 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)
Syntax
'Declaration
Protected Overridable Sub TraceEnter ( _
tracepoint As Integer, _
methodName As String _
)
protected virtual void TraceEnter(
int tracepoint,
string methodName
)
protected:
virtual void TraceEnter(
int tracepoint,
String^ methodName
)
abstract TraceEnter :
tracepoint:int *
methodName:string -> unit
override TraceEnter :
tracepoint:int *
methodName:string -> unit
protected function TraceEnter(
tracepoint : int,
methodName : String
)
Parameters
tracepoint
Type: System.Int32A unique number from a range reserved in TraceDefinition.cs that provides precise control over the trace level.
methodName
Type: System.StringThe name of the method that was used in the trace message.
.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.