PlatformDiagnosticActions.GetActiveTraceRuntime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the amount of time that a trace in the specified slot has been running.
public:
static PlatformDiagnosticTraceRuntimeInfo ^ GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType slotType);
static PlatformDiagnosticTraceRuntimeInfo GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType const& slotType);
public static PlatformDiagnosticTraceRuntimeInfo GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType slotType);
function getActiveTraceRuntime(slotType)
Public Shared Function GetActiveTraceRuntime (slotType As PlatformDiagnosticTraceSlotType) As PlatformDiagnosticTraceRuntimeInfo
Parameters
- slotType
- PlatformDiagnosticTraceSlotType
Which slot to query.
Returns
How long the trace in the specified slot has been running.