MobileBroadbandDeviceServiceTriggerDetails 类

定义

提供有关网络设备服务通知的详细信息。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

public ref class MobileBroadbandDeviceServiceTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandDeviceServiceTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandDeviceServiceTriggerDetails
Public NotInheritable Class MobileBroadbandDeviceServiceTriggerDetails
继承
Object Platform::Object IInspectable MobileBroadbandDeviceServiceTriggerDetails
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
cellularDeviceControl cellularDeviceIdentity

注解

当后台任务由移动设备设备服务通知触发时, IBackgroundTaskInstance.TriggerDetails 属性返回此类的实例,其中包含特定于触发的通知的信息。

操作系统通过暂停不在前台的应用程序来延长电池使用时间。 如果应用程序必须在挂起时处理新的网络设备服务通知,则必须创建后台工作项来处理消息。 收到新的设备服务通知时,将激活后台工作项。 MobileBroadbandDeviceServiceTriggerDetails 类向后台工作项代码提供事件的详细信息。

属性

DeviceId

获取触发宽带设备服务事件的设备的设备 ID。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

DeviceServiceId

获取设备服务触发器事件的设备服务标识符。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

EventId

提供有关网络设备服务通知的详细信息。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

ReceivedData

获取与触发的事件关联的接收数据。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

适用于