←Select platform

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

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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly