LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

RequireMessagePump Property

Show in webframe





Gets or sets a value indicating whether the request requires a message pump.
Syntax
public bool RequireMessagePump {get; set;}
'Declaration
 
Public Property RequireMessagePump As Boolean
'Usage
 
Dim instance As DicomRequest
Dim value As Boolean
 
instance.RequireMessagePump = value
 
value = instance.RequireMessagePump

            

            
public:
property bool RequireMessagePump {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

DicomRequest Class
DicomRequest Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features