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