Partager via


AllJoynBusAttachment.PingAsync(String) Méthode

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 .

Effectue un test ping sur la connexion spécifiée de manière asynchrone.

public:
 virtual IAsyncOperation<int> ^ PingAsync(Platform::String ^ uniqueName) = PingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<int> PingAsync(winrt::hstring const& uniqueName);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<int> PingAsync(winrt::hstring const& uniqueName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<int> PingAsync(string uniqueName);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<int> PingAsync(string uniqueName);
function pingAsync(uniqueName)
Public Function PingAsync (uniqueName As String) As IAsyncOperation(Of Integer)

Paramètres

uniqueName
String

Platform::String

winrt::hstring

Nom unique associé à la connexion.

Retours

Un code status AllJoyn.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

S’applique à