CallReactor ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Facilititates execution of asynchronous client calls and their corresponding callback functions. This class introduces callback execution latency and is handy for cases where eventual event flow need to execute regardless of timing. The latency depends on other callback implementation as the reactor services all calls from a single thread
Inheritance Hierarchy

OnlineSystem Object
  NFX.Glue CallReactor

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class CallReactor
See Also