ErlLocalNode WaitAny Method (IEnumerable ErlMbox , Int32)NFX Class Library

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

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

public int WaitAny(
	IEnumerable<ErlMbox> mboxes,
	int msecTimeout = -1
)

Parameters

mboxes
Type: OnlineSystem.Collections.Generic IEnumerable ErlMbox 
msecTimeout (Optional)
Type: OnlineSystem Int32

Return Value

Type: OnlineInt32
See Also