Method | Description | |
---|---|---|
BoundedQueue ( int depth, int maxWaitTime = Int32.MaxValue ) : System | ||
Dispose ( ) : void | ||
Drain ( ) : List |
||
Enqueue ( System.Action action ) : void |
Enqueue action.
|
Method | Description | |
---|---|---|
ReadyToDequeue ( ) : bool | ||
SpaceAvailable ( int toAdd ) : bool |
public BoundedQueue ( int depth, int maxWaitTime = Int32.MaxValue ) : System | ||
depth | int | |
maxWaitTime | int | |
return | System |
public Enqueue ( System.Action action ) : void | ||
action | System.Action | |
return | void |