PosPrinter.ClaimPrinterAsync 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.
Demande l’imprimante de point de service à utiliser et obtient une instance de la classe ClaimedPosPrinter pour l’imprimante de point de service.
public:
virtual IAsyncOperation<ClaimedPosPrinter ^> ^ ClaimPrinterAsync() = ClaimPrinterAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ClaimedPosPrinter> ClaimPrinterAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ClaimedPosPrinter> ClaimPrinterAsync();
function claimPrinterAsync()
Public Function ClaimPrinterAsync () As IAsyncOperation(Of ClaimedPosPrinter)
Retours
Imprimante de point de service revendiquée.
- Attributs
Remarques
La revendication étant gérée en coopération, plusieurs applications simultanées peuvent négocier l’application propriétaire de la revendication.