Execute(EventWaitHandle) Method

Summary
Process the client request.
Syntax
C#
VB
C++
public void Execute( 
   EventWaitHandle resetEvent 
) 
  
Public Overloads Sub Execute( _ 
   ByVal resetEvent As EventWaitHandle _ 
)  
public: 
void Execute(  
   EventWaitHandle^ resetEvent 
)  

Parameters

resetEvent
An System.Threading.EventWaitHandle that will be set when this method finish executing.

Remarks

The resetEvent allow users to call this method from a separate thread and be signaled when the execution is completed.

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.