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

Leadtools.Dicom.Scp Assembly