Show / Hide Table of Contents

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

Fields

Name Description
DropNewest

Drops the newest event when the queue is full.

DropOldest

Drops the oldest event when the queue is full.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium