AppointmentDataProviderTriggerDetails AppointmentDataProviderTriggerDetails AppointmentDataProviderTriggerDetails AppointmentDataProviderTriggerDetails Class

Definition

Represents trigger information about the background task in which data will be transferred between the app and its caller.

public : sealed class AppointmentDataProviderTriggerDetails : IAppointmentDataProviderTriggerDetailspublic sealed class AppointmentDataProviderTriggerDetails : IAppointmentDataProviderTriggerDetailsPublic NotInheritable Class AppointmentDataProviderTriggerDetails Implements IAppointmentDataProviderTriggerDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Cast this type from a background task's TriggerDetails property.

Properties

Connection Connection Connection Connection

Gets the data connection over which appointment data can be transferred.

public : AppointmentDataProviderConnection Connection { get; }public AppointmentDataProviderConnection Connection { get; }Public ReadOnly Property Connection As AppointmentDataProviderConnection// You can use this property in JavaScript.