PlatformDiagnosticEventBufferLatencies 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 | 一旦网络连接 (任何类型的) 可用,就会上传跟踪数据。 |
注解
重要
只有第一方应用程序应使用此类型。