Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal ipAddress As String, _ ByVal port As Integer, _ ByVal hostLoad As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
For an example, refer to DelegatedServer.
This constructor creates a new instance of the DelegatedServer class and
adds this newly created DelegatedServer to
the DelegatedServersCollection collection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family