[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(
int msecTimeout,
params ErlMbox[] mboxes
)
public int WaitAny(
int msecTimeout,
params ErlMbox[] mboxes
)
Public Function WaitAny (
msecTimeout As Integer,
ParamArray mboxes As ErlMbox()
) As Integer
Public Function WaitAny (
msecTimeout As Integer,
ParamArray mboxes As ErlMbox()
) As Integer
public:
int WaitAny(
int msecTimeout,
... array<ErlMbox^>^ mboxes
)
public:
int WaitAny(
int msecTimeout,
... array<ErlMbox^>^ mboxes
)
member WaitAny :
msecTimeout : int *
mboxes : ErlMbox[] -> int
member WaitAny :
msecTimeout : int *
mboxes : ErlMbox[] -> int
Return Value
Type:
Int32