public bool Broadcast { get; set; }
true
if this ServiceMessage is broadcast to all listeners; otherwise, false
.
Add-ins that implement the Leadtools.Dicom.AddIn.Interfaces.IProcessServiceMessage interface return true for Leadtools.Dicom.AddIn.Interfaces.IProcessServiceMessage.CanProcess if the add-in can process the ServiceMessage. If Broadcast is false
, then the message is only sent to the first add-in that can process the message. If Broadcast is true
, then the message is only sent to all add-ins that can process the message. The default value for Broadcast is false
.
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