You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenze edited this page Jun 19, 2017
·
3 revisions
A threadsafe data structure that facilitates message parsing. It allows threads to wait and signal through querying specific messages similar to that of the tuplespace datastructure.
Inheritance Hierarchy
Object
Syntax
internalsealedclass MessageQueue
Constructors
Name
Description
MessageQueue()
Initializes a new instance of the MessageQueue class.
Methods
Name
Description
Get(String)
Blocks the calling thread until a message arrives with a matching sessions id. The message is returned once it arrives. If the message already exists, the message is dequeued and returned.