IControlChannelTriggerEventDetails Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet instancié par l’infrastructure du répartiteur en arrière-plan utilisé pour différencier les déclencheurs de canal de contrôle.
Notes
Cette interface n’est pas prise en charge sur Windows Phone.
public interface class IControlChannelTriggerEventDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.Sockets.ControlChannelTriggerContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(456581191, 35259, 16950, 150, 172, 113, 208, 18, 187, 72, 105)]
struct IControlChannelTriggerEventDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.Sockets.ControlChannelTriggerContract), 65536)]
[Windows.Foundation.Metadata.Guid(456581191, 35259, 16950, 150, 172, 113, 208, 18, 187, 72, 105)]
public interface IControlChannelTriggerEventDetails
Public Interface IControlChannelTriggerEventDetails
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
Windows Mobile Extension SDK (introduit dans 10.0.10240.0) |
API contract |
Windows.Networking.Sockets.ControlChannelTriggerContract (introduit dans v1.0)
|
Remarques
L’infrastructure du répartiteur en arrière-plan instancie un objet de ce type lorsqu’une tâche en arrière-plan est initialisée. Les applications reçoivent une référence à cet objet dans la méthode Run de IBackgroundTask. Les applications peuvent utiliser la propriété ControlChannelTrigger sur l’objet IControlChannelTriggerEventDetails pour récupérer l’objet ControlChannelTrigger associé à l’événement de déclencheur de canal de contrôle. Cela permet à une application de mapper un événement de déclencheur de canal de contrôle spécifique à un objet ControlChannelTrigger spécifique et à tous les autres objets associés tels que l’objet StreamSocket sur lequel une application s’est inscrite pour activer les status réseau en temps réel et les déclencheurs.
Propriétés
ControlChannelTrigger |
Obtient l’objet ControlChannelTrigger associé à un objet IControlChannelTriggerEventDetails . Notes L’interface IControlChannelTriggerEventDetails n’est pas prise en charge sur Windows Phone. |