←Select platform

Execute(bool) Method

Summary

Process the client request.

Syntax
C#
C++/CLI
public void Execute( 
   bool handleExceptions 
) 
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 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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