ExTraceInternal.TraceInMemory<T0, T1, T2> Method (Int32, TraceType, Guid, Int32, Int64, String, T0, T1, T2)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Sub TraceInMemory(Of T0, T1, T2) ( _
lid As Integer, _
traceType As TraceType, _
componentGuid As Guid, _
traceTag As Integer, _
id As Long, _
format As String, _
argument0 As T0, _
argument1 As T1, _
argument2 As T2 _
)
'Usage
Dim lid As Integer
Dim traceType As TraceType
Dim componentGuid As Guid
Dim traceTag As Integer
Dim id As Long
Dim format As String
Dim argument0 As T0
Dim argument1 As T1
Dim argument2 As T2
ExTraceInternal.TraceInMemory(lid, traceType, _
componentGuid, traceTag, id, format, _
argument0, argument1, argument2)
public static void TraceInMemory<T0, T1, T2>(
int lid,
TraceType traceType,
Guid componentGuid,
int traceTag,
long id,
string format,
T0 argument0,
T1 argument1,
T2 argument2
)
Type Parameters
- T0
- T1
- T2
Parameters
- lid
Type: System.Int32
- traceType
Type: Microsoft.Exchange.Diagnostics.TraceType
- componentGuid
Type: System.Guid
- traceTag
Type: System.Int32
- id
Type: System.Int64
- format
Type: System.String
- argument0
Type: T0
- argument1
Type: T1
- argument2
Type: T2