PosPrinter.CheckHealthAsync(UnifiedPosHealthCheckLevel) Méthode
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.
Obtient l’état d’intégrité de l’imprimante de point de service de manière asynchrone.
public:
virtual IAsyncOperation<Platform::String ^> ^ CheckHealthAsync(UnifiedPosHealthCheckLevel level) = CheckHealthAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> CheckHealthAsync(UnifiedPosHealthCheckLevel const& level);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> CheckHealthAsync(UnifiedPosHealthCheckLevel level);
function checkHealthAsync(level)
Public Function CheckHealthAsync (level As UnifiedPosHealthCheckLevel) As IAsyncOperation(Of String)
Paramètres
Type de case activée d’intégrité que vous souhaitez effectuer pour l’imprimante de point de service. Seul le niveau POSInternal(1) doit être utilisé, car tous les autres niveaux UnifiedPosHealthCheckLevel entraînent une erreur.
Retours
Opération asynchrone qui retourne l’état d’intégrité de l’imprimante de point de service. Vous devez afficher cette valeur immédiatement dans l’interface de l’application afin que l’utilisateur de l’application puisse interpréter la valeur. Par exemple, l’opération retourne « OK » comme état d’intégrité si l’état de l’imprimante de point de service est correct.
- Attributs