←Select platform

Shutdown Method

Summary

Closes the resources used by the queue

Syntax

C#
VB
C++
public void Shutdown( 
   bool waitForWorkers 
) 
Public Sub Shutdown( 
   ByVal waitForWorkers As Boolean 
) 
public:  
   void Shutdown( 
      bool waitForWorkers 
   ) 

Parameters

waitForWorkers

true to block until all threads have finished processing; false to kill all active threads.

Remarks

<remarks />

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