Share via


JmgBulletinBoard::findMessagesTerminal Method

Finds all the public messages and the messages that are intended for a specific terminal.

Syntax

client server public static JmgBulletinBoard findMessagesTerminal([JmgTerminalId _terminalId, utcdatetime _viewDateTime])

Run On

Called

Parameters

  • _viewDateTime
    Type: utcdatetime
    The point in time the records should be found for; optional.

Return Value

Type: JmgBulletinBoard Table
A dataset of messages in the JmgBulletinBoard table.

Remarks

If the _terminalID parameter is not present, the ID of the executing client is used.

If the _viewDateTime parameter is not present, the current time is used.

See Also

Reference

JmgBulletinBoard Table