다음을 통해 공유


DispatcherQueueController 클래스

정의

DispatcherQueue의 수명을 관리합니다.

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

설명

개체 및 스레드 수명

이벤트 루프가 실행되는 동안 DispatcherQueueController 및 연결된 DispatcherQueue가 활성 상태로 유지됩니다. 종료가 완료되면 루프가 종료되고 전용 스레드가 해제됩니다. 그러나 DispatcherQueueController 및 연결된 DispatcherQueue 개체는 스레드의 수명을 초과할 수 있으며 모든 참조가 해제될 때 삭제됩니다.

속성

DispatcherQueue

DispatcherQueueController와 연결된 DispatcherQueue를 가져옵니다.

메서드

CreateOnCurrentThread()

호출 스레드에서 USER32 메시지 루프와 상호 운용할 DispatcherQueue 를 만듭니다.

CreateOnDedicatedThread()

전용 스레드에서 작업을 실행하는 데 사용할 수 있는 DispatcherQueue 를 만듭니다.

ShutdownQueue()

ShutdownQueueAsync의 동기 버전입니다. 자세한 내용은 해당 메서드에 대한 설명을 포함한 설명서를 참조하세요.

이 메서드는 종료 작업이 완료되면 를 반환합니다.

ShutdownQueueAsync()

DispatcherQueueController와 연결된 DispatcherQueue를 비동기적으로 중지하고, CreateOnDedicatedThread에서 DispatcherQueueController를 만든 경우 스레드를 종료합니다.

이 메서드는 종료 작업이 시작되는 즉시 (비동기 작업)을 반환합니다. 그러나 비동기 작업은 종료 작업이 완료될 때까지 완료되지 않습니다.

적용 대상