[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public int WaitAny(
IEnumerable<ErlMbox> mboxes,
int msecTimeout = -1
)
public int WaitAny(
IEnumerable<ErlMbox> mboxes,
int msecTimeout = -1
)
Public Function WaitAny (
mboxes As IEnumerable(Of ErlMbox),
Optional msecTimeout As Integer = -1
) As Integer
Public Function WaitAny (
mboxes As IEnumerable(Of ErlMbox),
Optional msecTimeout As Integer = -1
) As Integer
public:
int WaitAny(
IEnumerable<ErlMbox^>^ mboxes,
int msecTimeout = -1
)
public:
int WaitAny(
IEnumerable<ErlMbox^>^ mboxes,
int msecTimeout = -1
)
member WaitAny :
mboxes : IEnumerable<ErlMbox> *
?msecTimeout : int
(* Defaults:
let _msecTimeout = defaultArg msecTimeout -1
*)
-> int
member WaitAny :
mboxes : IEnumerable<ErlMbox> *
?msecTimeout : int
(* Defaults:
let _msecTimeout = defaultArg msecTimeout -1
*)
-> int
Return Value
Type:
Int32