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에서 도입되었습니다.)

적용 대상