←Select platform

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 addin does not provide a windows message pump set this to true.

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