共用方式為


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

只要有任何類型的) (網路連線,就會上傳追蹤資料。

備註

重要

只有第一方應用程式應該使用此類型。

適用於

另請參閱