Compartir a través de


DispatcherQueue.GetForCurrentThread Método

Definición

Obtiene el dispatcherQueue asociado al subproceso actual.

public:
 static DispatcherQueue ^ GetForCurrentThread();
 static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue

Devoluciones

Una instancia de DispatcherQueue que ejecutará las tareas en serie en el subproceso actual.

Se aplica a