←Select platform

Enqueue Method

Summary

Adds an action item to the queue

Syntax
C#
VB
C++
public void Enqueue( 
   Action item 
) 
Public Sub Enqueue( 
   ByVal item As System.Action 
) 
public:  
   void Enqueue( 
      System::Action^ item 
   ) 

Parameters

item

Action item to process.

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.