DoExecute Method

Summary

Performs the actual processing of the client request.

Syntax
C#
VB
C++
protected abstract void DoExecute() 
  
Protected MustOverride Sub DoExecute()  
protected: 
abstract void DoExecute();  

Remarks

This method will be called by the Execute(EventWaitHandle) method to allow inherited classes to process the executing of the client request.

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