메소드 | 설명 | |
---|---|---|
BoundedQueue ( int depth, int maxWaitTime = Int32.MaxValue ) : System | ||
Dispose ( ) : void | ||
Drain ( ) : List |
||
Enqueue ( System.Action action ) : void |
Enqueue action.
|
메소드 | 설명 | |
---|---|---|
ReadyToDequeue ( ) : bool | ||
SpaceAvailable ( int toAdd ) : bool |
public BoundedQueue ( int depth, int maxWaitTime = Int32.MaxValue ) : System | ||
depth | int | |
maxWaitTime | int | |
리턴 | System |