Метод | Описание | |
---|---|---|
NamedThreadFactory ( string threadNamePrefix ) : Lucene.Net.Support |
Creates a new NamedThreadFactory instance
|
|
NewThread ( IThreadRunnable r ) : |
Creates a new Thread
|
Метод | Описание | |
---|---|---|
CheckPrefix ( string prefix ) : string |
public NamedThreadFactory ( string threadNamePrefix ) : Lucene.Net.Support | ||
threadNamePrefix | string | the name prefix assigned to each thread created. |
Результат | Lucene.Net.Support |
public NewThread ( IThreadRunnable r ) : |
||
r | IThreadRunnable | |
Результат |