|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
| Leadtools.Dicom.AddIn.Common Namespace > ServiceMessage Class : Broadcast Property |
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
true if this ServiceMessage is broadcast to all listeners; otherwise, false.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.