ReadAll Method (original) (raw)
Summary
Gets and removes all messages from Microsoft message queue (MSMQ).
Syntax
static List<Object^> ^ReadAll(String ^qName, String ^version, String ^messagetype);
Parameters
_qName_The messaging queue name, if the queue does not exist it will be created.
_version_Message specific version, this is useful for later implmentations to keep backward compatibility.
You may query messages using the version number you are interested in.
_messagetype_Type of the message, this can be anything like "notification" or "updates"...etc.
You may query messages using the version number you are interested in.
Return Value
A list of serializable objects that were originally saved by the sender party, this is user defined and can be anything. An example of this is and object that has file name, id, and a time stamp.
Leadtools.Dicom.Common Assembly