XamlBackgroundReader.StartThread 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
스레드의 이름입니다.
예외
스레드가 이미 시작되었습니다.