Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetThread ( ParameterizedThreadStart threadStart ) : Thread | ||
GetThread ( ThreadStart threadStart ) : Thread | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ThreadManager ( ) : System.Collections.Generic |
public GetThread ( ParameterizedThreadStart threadStart ) : Thread | ||
threadStart | ParameterizedThreadStart | |
return | Thread |
public GetThread ( ThreadStart threadStart ) : Thread | ||
threadStart | ThreadStart | |
return | Thread |