IMessageEndpoint.ReceiveMessage Method (Int32) |
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
SyntaxObject ReceiveMessage(
int millisecondsTimeout
)
Function ReceiveMessage (
millisecondsTimeout As Integer
) As Object
Parameters
- millisecondsTimeout
- Type: System.Int32
The number of milliseconds to wait, or System.Threading.Timeout.Infinite (-1) to wait indefinitely.
Return Value
Type:
ObjectThe message.
null if timeout is elapsed.
See Also