Dispatcher.FromThread(Thread) Método

Definición

Obtiene el objeto Dispatcher del subproceso especificado.

public:
 static System::Windows::Threading::Dispatcher ^ FromThread(System::Threading::Thread ^ thread);
public static System.Windows.Threading.Dispatcher FromThread (System.Threading.Thread thread);
static member FromThread : System.Threading.Thread -> System.Windows.Threading.Dispatcher
Public Shared Function FromThread (thread As Thread) As Dispatcher

Parámetros

thread
Thread

Subproceso del que se va a obtener Dispatcher.

Devoluciones

Dispatcher

Distribuidor de thread.

Comentarios

Si un distribuidor no está disponible para el subproceso especificado, null se devolverá.

FromThreadno crea un Dispatcher en un subproceso que no tiene .Dispatcher Se crea un nuevo en un subproceso Dispatcher que aún no tiene un Dispatcher al intentar obtener el Dispatcher mediante la CurrentDispatcher propiedad .

Se aplica a