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