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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly