Compartir a través de


ExTraceInternal.GetMemoryTrace Method

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Shared Function GetMemoryTrace As List(Of KeyValuePair(Of TraceEntry, List(Of Object)))
'Usage
Dim returnValue As List(Of KeyValuePair(Of TraceEntry, List(Of Object)))

returnValue = ExTraceInternal.GetMemoryTrace()
public static List<KeyValuePair<TraceEntry, List<Object>>> GetMemoryTrace()