IdleDispatchedHandler Délégué

Définition

Représente la méthode qui gère les événements de distribution de priorité inactive CoreWindow . Elle est appelée lorsque CoreDispatcher.RunIdleAsync est appelé.

public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
class IdleDispatchedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs e);
Public Delegate Sub IdleDispatchedHandler(e As IdleDispatchedHandlerArgs)

Paramètres

e
IdleDispatchedHandlerArgs

Jeu d’arguments retourné par le rappel.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

S’applique à

Voir aussi