DelegatedServer Constructor

Summary

Initializes a new instance of the DelegatedServer class.

Syntax
C#
VB
C++
public DelegatedServer( 
   string ipAddress, 
   int port, 
   int hostLoad 
) 
  
Public Function New( _ 
   ByVal ipAddress As String, _ 
   ByVal port As Integer, _ 
   ByVal hostLoad As Integer _ 
) 
public: 
DelegatedServer(  
   String^ ipAddress, 
   int port, 
   int hostLoad 
) 

Parameters

ipAddress
Identifies the IP address of the host for the JPIP server that is managing the new channel.

port
Identifies the numerical port number to which the JPIP server that is managing the new channel is listening for requests.

hostLoad
When multiple hosts are added to the DelegatedServersCollection, this parameter specifies the load distributed on each server.

Remarks

This constructor creates a new instance of the DelegatedServer class and adds this newly created DelegatedServer to the DelegatedServersCollection collection.

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