Communicate as a network queue using the publish-subscribe model. Use messages to send commands, status updates, and data between your systems and server.
OpenCreates a message session with the server.
CloseTerminates the message session with the server.
PublishWrites a message to a topic, which immediately sends the message to subscribers of the topic.
ReadReturns a message from the queue.
SubscribeRegisters a session to receive messages published to a specific topic.
UnsubscribeUnregisters a session from a specific topic to stop receiving messages.
FlushClears all queued messages associated with the session from the queue.
Message PropertiesProvides access to properties of an open SystemLink message session.