Метод | Описание | |
---|---|---|
BlockingQueue ( ) : System.Collections | ||
BlockingQueue ( int max_enqueues ) : System.Collections | ||
Close ( ) : bool | ||
Dequeue ( ) : object | ||
Dequeue ( int millisec, bool &timedout ) : object | ||
Enqueue ( object a ) : int | ||
Peek ( ) : object | ||
Peek ( int millisec, bool &timedout ) : object | ||
Select ( IList queues, int timeout ) : int | ||
TestThread1 ( ) : void |
Метод | Описание | |
---|---|---|
Dequeue ( int millisec, bool &timedout, bool advance ) : object | ||
MaxEnqueueTest ( ) : void | ||
MultipleWriterTest ( ) : void | ||
SelectTest ( ) : void | ||
SetOrCloseRE ( bool set, bool close ) : bool | ||
TestThread2 ( ) : void |
public BlockingQueue ( ) : System.Collections | ||
Результат | System.Collections |
public BlockingQueue ( int max_enqueues ) : System.Collections | ||
max_enqueues | int | |
Результат | System.Collections |
public Dequeue ( int millisec, bool &timedout ) : object | ||
millisec | int | |
timedout | bool | |
Результат | object |
public Peek ( int millisec, bool &timedout ) : object | ||
millisec | int | |
timedout | bool | |
Результат | object |
public static Select ( IList queues, int timeout ) : int | ||
queues | IList | |
timeout | int | |
Результат | int |