XamlBackgroundReader.StartThread Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader.
Overload
StartThread() |
Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader. |
StartThread(String) |
Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader. Si specifica il nome del thread come parametro. |
StartThread()
Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader.
public:
void StartThread();
public void StartThread ();
member this.StartThread : unit -> unit
Public Sub StartThread ()
Eccezioni
Thread già iniziato.
Commenti
Per impostazione predefinita, il thread è denominato XAML reader thread
.
Si applica a
StartThread(String)
Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader. Si specifica il nome del thread come parametro.
public:
void StartThread(System::String ^ threadName);
public void StartThread (string threadName);
member this.StartThread : string -> unit
Public Sub StartThread (threadName As String)
Parametri
- threadName
- String
Nome del thread.
Eccezioni
Thread già iniziato.