←Select platform

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 Leadtools.Jpip.Server.DelegatedServer _ 
)  
public: 
void Insert(  
   int index, 
   Leadtools.Jpip.Server.DelegatedServer^ item 
)  

Parameters

index
Index at which to insert the DelegatedServer.

item
DelegatedServer to insert.

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