다음을 통해 공유


XamlBackgroundReader.StartThread 메서드

정의

Thread의 명명된 스레드를 처리하는 새 ParameterizedThreadStart(XamlReader에서 생성됨)를 만들고 시작합니다.

오버로드

StartThread()

Thread의 명명된 스레드를 처리하는 새 ParameterizedThreadStart(XamlReader에서 생성됨)를 만들고 시작합니다.

StartThread(String)

Thread의 명명된 스레드를 처리하는 새 ParameterizedThreadStart(XamlReader에서 생성됨)를 만들고 시작합니다. 스레드 이름을 매개 변수로 지정합니다.

StartThread()

Thread의 명명된 스레드를 처리하는 새 ParameterizedThreadStart(XamlReader에서 생성됨)를 만들고 시작합니다.

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

예외

스레드가 이미 시작되었습니다.

설명

기본적으로 스레드 라는 XAML reader thread합니다.

적용 대상

StartThread(String)

Thread의 명명된 스레드를 처리하는 새 ParameterizedThreadStart(XamlReader에서 생성됨)를 만들고 시작합니다. 스레드 이름을 매개 변수로 지정합니다.

public:
 void StartThread(System::String ^ threadName);
public void StartThread (string threadName);
member this.StartThread : string -> unit
Public Sub StartThread (threadName As String)

매개 변수

threadName
String

스레드의 이름입니다.

예외

스레드가 이미 시작되었습니다.

적용 대상