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