PlatformDiagnosticEventBufferLatencies 枚举

定义

指定可用于传输诊断数据的网络连接类型。

此枚举支持其成员值的按位组合。

public enum class PlatformDiagnosticEventBufferLatencies
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class PlatformDiagnosticEventBufferLatencies
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum PlatformDiagnosticEventBufferLatencies
var value = Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticEventBufferLatencies.normal
Public Enum PlatformDiagnosticEventBufferLatencies
继承
PlatformDiagnosticEventBufferLatencies
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

CostDeferred 2

不如 正常严格。 如果三天后没有机会通过非手机网络连接进行连接,即使设备仍处于手机网络连接上,也会传输跟踪数据。

Normal 1

除非设备使用按流量计费的连接,否则将传输跟踪数据。

Realtime 4

一旦网络连接 (任何类型的) 可用,就会上传跟踪数据。

注解

重要

只有第一方应用程序应使用此类型。

适用于

另请参阅