MboxRegistry ClassNFX Class Library

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

This class implements a registry of Mailboxes indexed by Name and Pid
Inheritance Hierarchy

OnlineSystem Object
  NFX.Erlang.Internal MboxRegistry

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

internal class MboxRegistry : IEnumerable<KeyValuePair<ErlPid, ErlMbox>>, 
	IEnumerable
See Also