다음을 통해 공유


DispatcherExitDeferral 클래스

정의

앱이 DispatcherQueue 종료를 연기하는 데 사용할 수 있는 개체를 나타냅니다.

public ref class DispatcherExitDeferral sealed
/// [Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DispatcherExitDeferral final
[Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DispatcherExitDeferral
function DispatcherExitDeferral()
Public NotInheritable Class DispatcherExitDeferral
상속
Object Platform::Object IInspectable DispatcherExitDeferral
특성

생성자

DispatcherExitDeferral()

DispatcherExitDeferral의 새 instance 만듭니다.

메서드

Complete()

앱에서 호출하여 알림 처리가 완료되었음을 알리고 이제 DispatcherQueue 를 종료할 수 있습니다.

적용 대상