←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly