MemoryTraceBuilder.FindLastEntryIndex Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function FindLastEntryIndex ( _
entriesToFind As Integer, _
traceType As TraceType, _
traceTag As Integer, _
componentGuid As Guid, _
formatString As String _
) As Integer
'Usage
Dim instance As MemoryTraceBuilder
Dim entriesToFind As Integer
Dim traceType As TraceType
Dim traceTag As Integer
Dim componentGuid As Guid
Dim formatString As String
Dim returnValue As Integer
returnValue = instance.FindLastEntryIndex(entriesToFind, _
traceType, traceTag, componentGuid, _
formatString)
public int FindLastEntryIndex(
int entriesToFind,
TraceType traceType,
int traceTag,
Guid componentGuid,
string formatString
)
Parameters
- entriesToFind
Type: System.Int32
- traceType
Type: Microsoft.Exchange.Diagnostics.TraceType
- traceTag
Type: System.Int32
- componentGuid
Type: System.Guid
- formatString
Type: System.String
Return Value
Type: System.Int32