Config Class

BasicChannel.GetMessage Method

This method gets a message from the channel.

Namespace:  IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public BasicMessage GetMessage()

Return Value

Type: BasicMessage
If the channel is empty, it returns null. Otherwise, it returns a BasicMessage class.

InvalidOperationException is thrown when the channel is not open.

See Also: