ComponentTrace<TComponentTagsClass>.TracePerformance Method (Int32, Int32, Int64, String)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Sub TracePerformance ( _
lid As Integer, _
tag As Integer, _
id As Long, _
message As String _
)
'Usage
Dim lid As Integer
Dim tag As Integer
Dim id As Long
Dim message As String
ComponentTrace.TracePerformance(lid, tag, id, _
message)
public static void TracePerformance(
int lid,
int tag,
long id,
string message
)
Parameters
- lid
Type: System.Int32
- tag
Type: System.Int32
- id
Type: System.Int64
- message
Type: System.String