Show / Hide Table of Contents

Delegate NonblockRenderer<T>.FullFallback

Customizes 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 delegate void FullFallback(Action droppedEvent);
Parameters
Type Name Description
Action droppedEvent

The render event failed to be queued.

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