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