XamlBackgroundReader.StartThread Metodo

Definizione

Crea e avvia un nuovo Thread oggetto (costruito da ParameterizedThreadStart) che gestisce un thread denominato per .XamlReader

Overload

Nome Descrizione
StartThread()

Crea e avvia un nuovo Thread oggetto (costruito da ParameterizedThreadStart) che gestisce un thread denominato per .XamlReader

StartThread(String)

Crea e avvia un nuovo Thread oggetto (costruito da ParameterizedThreadStart) che gestisce un thread denominato per .XamlReader Specificare il nome del thread come parametro.

StartThread()

Crea e avvia un nuovo Thread oggetto (costruito da ParameterizedThreadStart) che gestisce un thread denominato per .XamlReader

public:
 void StartThread();
public void StartThread();
member this.StartThread : unit -> unit
Public Sub StartThread ()

Eccezioni

Il thread è già stato avviato.

Commenti

Per impostazione predefinita, il thread è denominato XAML reader thread.

Si applica a

StartThread(String)

Crea e avvia un nuovo Thread oggetto (costruito da ParameterizedThreadStart) che gestisce un thread denominato per .XamlReader Specificare 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

Il thread è già stato avviato.

Si applica a