편집

다음을 통해 공유


ThreadUtility.Kill Method

Definition

Overloads

Kill(Thread)
Kill(Thread, Object)

Kill(Thread)

public static void Kill(System.Threading.Thread thread);
static member Kill : System.Threading.Thread -> unit

Parameters

thread
Thread

Applies to

Kill(Thread, Object)

public static void Kill(System.Threading.Thread thread, object stateInfo);
static member Kill : System.Threading.Thread * obj -> unit

Parameters

thread
Thread
stateInfo
Object

Applies to