HostLoad Property

Summary

Gets the number of loads handled by the DelegatedServer for newly requested channels.

Syntax
C#
VB
C++
public int HostLoad { get; } 
  
Public ReadOnly Property HostLoad As Integer 
public: 
property int HostLoad { 
   int get(); 
} 

Property Value

The number of loads handled by the DelegatedServer for newly requested channels.

Remarks

This value is used only when multiple DelegatedServer have been added 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