[This is preliminary documentation and is subject to change.]
Wait for a message to arrive for this mailbox. On timeout return null
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public IErlObject Receive(
int timeout = -1
)
public IErlObject Receive(
int timeout = -1
)
Public Function Receive (
Optional timeout As Integer = -1
) As IErlObject
Public Function Receive (
Optional timeout As Integer = -1
) As IErlObject
public:
IErlObject^ Receive(
int timeout = -1
)
public:
IErlObject^ Receive(
int timeout = -1
)
member Receive :
?timeout : int
(* Defaults:
let _timeout = defaultArg timeout -1
*)
-> IErlObject
member Receive :
?timeout : int
(* Defaults:
let _timeout = defaultArg timeout -1
*)
-> IErlObject
Parameters
- timeout (Optional)
- Type:
System Int32
Timeout time in milliseconds
Return Value
Type:
IErlObject