IdleDispatchedHandler Delegato

Definizione

Rappresenta il metodo che gestisce gli eventi di invio con priorità di inattività CoreWindow . Viene richiamato quando viene chiamato CoreDispatcher.RunIdleAsync .

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)

Parametri

e
IdleDispatchedHandlerArgs

Set di argomenti restituiti dal callback.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a

Vedi anche