Partager via


AllJoynWatcherStoppedEventArgs(Int32) 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 AllJoynWatcherStoppedEventArgs qui contient status informations qui identifient la raison pour laquelle l’objet observateur a été arrêté.

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

Paramètres

status
Int32

int

Code status AllJoyn.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

S’applique à