Метод | Описание | |
---|---|---|
Abort ( ) : void | ||
Abort ( object stateInfo ) : void | ||
Current ( ) : |
||
Interrupt ( ) : void | ||
Join ( ) : void | ||
Join ( long MilliSeconds ) : void | ||
Join ( long MilliSeconds, int NanoSeconds ) : void | ||
Run ( ) : void | ||
Start ( ) : void | ||
ThreadSupport ( ) : System | ||
ThreadSupport ( ThreadStart Start ) : System | ||
ThreadSupport ( ThreadStart Start, string Name ) : System | ||
ThreadSupport ( string Name ) : System | ||
ToString ( ) : string |
public static Current ( ) : |
||
Результат |
public Join ( long MilliSeconds, int NanoSeconds ) : void | ||
MilliSeconds | long | |
NanoSeconds | int | |
Результат | void |
public ThreadSupport ( ThreadStart Start ) : System | ||
Start | ThreadStart | |
Результат | System |
public ThreadSupport ( ThreadStart Start, string Name ) : System | ||
Start | ThreadStart | |
Name | string | |
Результат | System |
public ThreadSupport ( string Name ) : System | ||
Name | string | |
Результат | System |