RebootNeededEventHandler 대리자

정의

다시 부팅해야 하는 MediaProtectionManager 에서 전달한 데이터를 처리하는 메서드를 나타냅니다.

public delegate void RebootNeededEventHandler(MediaProtectionManager ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1692478021, 38715, 19002, 178, 96, 145, 137, 138, 73, 168, 44)]
class RebootNeededEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1692478021, 38715, 19002, 178, 96, 145, 137, 138, 73, 168, 44)]
public delegate void RebootNeededEventHandler(MediaProtectionManager sender);
var rebootNeededEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub RebootNeededEventHandler(sender As MediaProtectionManager)

매개 변수

sender
MediaProtectionManager

다시 부팅해야 하는 MediaProtectionManager 개체를 포함합니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

적용 대상