Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

Broadcast Property






Gets or sets a value indicating whether this ServiceMessage is broadcast to all listeners.
Syntax
public bool Broadcast {get; set;}
'Declaration
 
Public Property Broadcast As Boolean
'Usage
 
Dim instance As ServiceMessage
Dim value As Boolean
 
instance.Broadcast = value
 
value = instance.Broadcast

            

            
public:
property bool Broadcast {
   bool get();
   void set (    bool value);
}

Property Value

true if this ServiceMessage is broadcast to all listeners; otherwise, false.
Remarks
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.
Requirements

Target Platforms

See Also

Reference

ServiceMessage Class
ServiceMessage Members

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features