Gets or sets a value indicating whether this ServiceMessage is broadcast to all listeners.
public bool Broadcast { get; set; }
Public Property Broadcast As Boolean
true
if this ServiceMessage is broadcast to all listeners; otherwise, false
.
Addins that implement the Leadtools.Dicom.AddIn.Interfaces.IProcessServiceMessage interface return true for Leadtools.Dicom.AddIn.Interfaces.IProcessServiceMessage.CanProcess if the addin can process the ServiceMessage. If Broadcast is false
, then the message is only sent to the first addin that can process the message. If Broadcast is true
, then the message is only sent to all addins that can process the message. The default value for Broadcast is false
.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET