Enum NonblockRenderer<T>.FullMode
Specifies the behavior when the internal event queue is full so that no more event can be added.
Namespace: Libplanet.Blockchain.Renderers
Assembly: Libplanet.dll
Syntax
public enum FullMode : int
Fields
| Name | Description |
|---|---|
| DropNewest | Drops the newest event when the queue is full. |
| DropOldest | Drops the oldest event when the queue is full. |