Messages Functions
- 已更新2025-07-28
- 閱讀時間為 1 分鐘
Communicate as a network queue using the publish-subscribe model. Use messages to send commands, status updates, and data between your systems and server.
Creates a message session with the server.
Terminates the message session with the server.
Writes a message to a topic, which immediately sends the message to subscribers of the topic.
Returns a message from the queue.
Registers a session to receive messages published to a specific topic.
Unregisters a session from a specific topic to stop receiving messages.
Clears all queued messages associated with the session from the queue.
Provides access to properties of an open SystemLink message session.