←Select platform

Execute(bool) Method

Summary

Process the client request.

Syntax
C#
VB
C++
public void Execute( 
   bool handleExceptions 
) 
Public Sub Execute( 
   ByVal handleExceptions As Boolean 
) 
public:  
   void Execute( 
      bool handleExceptions 
   ) 

Parameters

handleExceptions

true to handle exceptions; otherwise, false.

Remarks

If handleExceptions is false, any resulting exceptions are not handled. In this case, it is up to the programmer to handle any exceptions.

If handleExceptions is true, the behavior is equivalent to calling the DicomCommand.Execute.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.