ErlMbox Receive Method NFX Class Library

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

Wait for a message to arrive for this mailbox. On timeout return null

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

public IErlObject Receive(
	int timeout = -1
)

Parameters

timeout (Optional)
Type: OnlineSystem Int32
Timeout time in milliseconds

Return Value

Type: IErlObject
See Also