TimerDestroyedHandler 代理人

定義

CreateTimer または CreatePeriodicTimer で作成されたタイマーが完了したときに呼び出されるメソッドを表します。

public delegate void TimerDestroyedHandler(ThreadPoolTimer ^ timer);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(887953914, 33668, 20153, 130, 9, 251, 80, 148, 238, 236, 53)]
class TimerDestroyedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(887953914, 33668, 20153, 130, 9, 251, 80, 148, 238, 236, 53)]
public delegate void TimerDestroyedHandler(ThreadPoolTimer timer);
Public Delegate Sub TimerDestroyedHandler(timer As ThreadPoolTimer)

パラメーター

timer
ThreadPoolTimer

このメソッドに関連付けるタイマー。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

適用対象