Add Method

Summary

Adds the specified DelegatedServer to the end of the collection.

Syntax
C#
VB
C++
public void Add( 
   DelegatedServer item 
) 
  
Public Sub Add( _ 
   ByVal item As DelegatedServer _ 
)  
public: 
void Add(  
   DelegatedServer^ item 
)  

Parameters

item
DelegatedServer to be added.

Example

For an example, refer to DelegatedServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly