ControlChannelTrigger.KeepAliveTrigger Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un oggetto che rappresenta il trigger keep-alive associato all'oggetto ControlChannelTrigger che un'app deve usare per associare la classe di attivazione all'infrastruttura broker in background.
Nota
La classe ControlChannelTrigger non è supportata in Windows Phone.
public:
property IBackgroundTrigger ^ KeepAliveTrigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger KeepAliveTrigger();
public IBackgroundTrigger KeepAliveTrigger { get; }
var iBackgroundTrigger = controlChannelTrigger.keepAliveTrigger;
Public ReadOnly Property KeepAliveTrigger As IBackgroundTrigger
Valore della proprietà
Stringa che rappresenta l'ID della classe di attivazione per l'attività in background keep-alive.