Broadcast Property

Summary

Gets or sets a value indicating whether this ServiceMessage is broadcast to all listeners.

Syntax
C#
VB
C++
public bool Broadcast { get; set; } 
  
Public Property Broadcast As Boolean 
public: 
property bool Broadcast { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this ServiceMessage is broadcast to all listeners; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly