CoreDispatcher.TryRunIdleAsync(IdleDispatchedHandler) 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.
Tente de planifier un rappel sur le thread d’interface utilisateur à partir d’un thread worker à priorité inactive et retourne les résultats de manière asynchrone.
public:
virtual IAsyncOperation<bool> ^ TryRunIdleAsync(IdleDispatchedHandler ^ agileCallback) = TryRunIdleAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRunIdleAsync(IdleDispatchedHandler const& agileCallback);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRunIdleAsync(IdleDispatchedHandler agileCallback);
function tryRunIdleAsync(agileCallback)
Public Function TryRunIdleAsync (agileCallback As IdleDispatchedHandler) As IAsyncOperation(Of Boolean)
Paramètres
- agileCallback
- IdleDispatchedHandler
Rappel sur lequel le répartiteur de priorité inactif retourne lorsque l’événement est distribué.
Retours
Opération asynchrone.
- Attributs