RequireMessagePump Property

Summary

Gets or sets a value indicating whether the request requires a message pump.

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

Property Value

true if a message pump is required; otherwise, false.

Remarks

The DICOM communications requires a message pump to process TCPIP messages. If your add-in does not provide a windows message pump, set this to true.

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