ControlChannelTrigger.KeepAliveTrigger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that represents the keep-alive trigger associated with the ControlChannelTrigger object that an app should use to bind the activation class with the background broker infrastructure.
Note
The ControlChannelTrigger class is not supported on Windows Phone.
public:
property IBackgroundTrigger ^ KeepAliveTrigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger KeepAliveTrigger();
public IBackgroundTrigger KeepAliveTrigger { get; }
var iBackgroundTrigger = controlChannelTrigger.keepAliveTrigger;
Public ReadOnly Property KeepAliveTrigger As IBackgroundTrigger
Property Value
A string that represents the activation class ID for the keep-alive background task.