ComponentTrace<TComponentTagsClass>.TraceWarning Method (Int32, Int32, Int64, String)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Sub TraceWarning ( _
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.TraceWarning(lid, tag, id, message)
public static void TraceWarning(
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