Share via


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 dispatcherQueue que ejecutará las tareas en serie en el subproceso actual o null si no existe ese dispatcherQueue .

Se aplica a