IdleDispatchedHandler 代理人

定義

表示處理 CoreWindow 閒置優先順序分派事件的方法。 呼叫 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)

參數

e
IdleDispatchedHandlerArgs

回呼所傳回的引數集合。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於

另請參閱