ServerEndPoint m_ContractImplementers FieldNFX Class Library

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

INTERNAL! Maps ContractType -> ServerImplementing class. This is a cache used not to recompute everything on every call

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

internal ConcurrentDictionary<Type, ServerHandler..::..serverImplementer> m_ContractImplementers

Field Value

Type: OnlineConcurrentDictionary OnlineType, ServerHandler serverImplementer 
See Also