Partager via


AllJoynSessionLostEventArgs(AllJoynSessionLostReason) Constructeur

Définition

Important

Les types dans l’espace de noms Windows.Devices.AllJoyn sont déconseillés et peuvent ne pas être disponibles dans les versions ultérieures de Windows. AllJoyn, sponsorisé par AllSeen Alliance, était un protocole de découverte et de communication open source pour les scénarios IoT (Internet des objets), comme l’activation et l’arrêt des lumières et la lecture des températures. Pour des alternatives, telles que IoTivity Lite et IoTivity, reportez-vous au site web iotivity.org .

Génère un objet AllJoynSessionLostEventArgs contenant des informations qui identifient la raison de la session perdue.

public:
 AllJoynSessionLostEventArgs(AllJoynSessionLostReason reason);
 AllJoynSessionLostEventArgs(AllJoynSessionLostReason const& reason);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynSessionLostEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynSessionLostEventArgs(AllJoynSessionLostReason const& reason);
public AllJoynSessionLostEventArgs(AllJoynSessionLostReason reason);
[Windows.Foundation.Metadata.Deprecated("AllJoynSessionLostEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynSessionLostEventArgs(AllJoynSessionLostReason reason);
function AllJoynSessionLostEventArgs(reason)
Public Sub New (reason As AllJoynSessionLostReason)

Paramètres

reason
AllJoynSessionLostReason

Raison pour laquelle la session a été perdue.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

S’applique à