[This is preliminary documentation and is subject to change.]
Wait for arrival of messages in any one of the given mailboxes
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public int WaitAny(
ErlMbox[] mboxes,
int msecTimeout = -1
)
public int WaitAny(
ErlMbox[] mboxes,
int msecTimeout = -1
)
Public Function WaitAny (
mboxes As ErlMbox(),
Optional msecTimeout As Integer = -1
) As Integer
Public Function WaitAny (
mboxes As ErlMbox(),
Optional msecTimeout As Integer = -1
) As Integer
public:
int WaitAny(
array<ErlMbox^>^ mboxes,
int msecTimeout = -1
)
public:
int WaitAny(
array<ErlMbox^>^ mboxes,
int msecTimeout = -1
)
member WaitAny :
mboxes : ErlMbox[] *
?msecTimeout : int
(* Defaults:
let _msecTimeout = defaultArg msecTimeout -1
*)
-> int
member WaitAny :
mboxes : ErlMbox[] *
?msecTimeout : int
(* Defaults:
let _msecTimeout = defaultArg msecTimeout -1
*)
-> int
Return Value
Type:
Int32Index of the first non-empty mailbox or -1 on timeout