Insert Method

Summary
Inserts the specified DelegatedServer at the specified index.
Syntax
C#
VB
C++
public void Insert( 
   int index, 
   DelegatedServer item 
) 
  
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As DelegatedServer _ 
)  
public: 
void Insert(  
   int index, 
   DelegatedServer^ item 
)  

Parameters

index
Index at which to insert the DelegatedServer.

item
DelegatedServer to insert.

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.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.