public static void Send(
string qName,
string version,
string messagetype,
object obj
)
static void Send(String ^qName, String ^version, String ^messagetype, Object ^obj);
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 later 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 later query messages using the version number you are interested in.
obj A serializable object that has the actual parameter of the message, this is user defined and can be anything.
An example of this is and object that has file name, id, and a time stamp.
Send is currently used by LEAD Storage server to post messages about database changes.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document