TraceEntry Constructor
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
traceType As TraceType, _
componentGuid As Guid, _
traceTag As Integer, _
id As Long, _
formatString As String, _
startIndex As Integer, _
nativeThreadId As Integer _
)
'Usage
Dim traceType As TraceType
Dim componentGuid As Guid
Dim traceTag As Integer
Dim id As Long
Dim formatString As String
Dim startIndex As Integer
Dim nativeThreadId As Integer
Dim instance As New TraceEntry(traceType, _
componentGuid, traceTag, id, formatString, _
startIndex, nativeThreadId)
public TraceEntry(
TraceType traceType,
Guid componentGuid,
int traceTag,
long id,
string formatString,
int startIndex,
int nativeThreadId
)
Parameters
- traceType
Type: Microsoft.Exchange.Diagnostics.TraceType
- componentGuid
Type: System.Guid
- traceTag
Type: System.Int32
- id
Type: System.Int64
- formatString
Type: System.String
- startIndex
Type: System.Int32
- nativeThreadId
Type: System.Int32