DelegatedServersCollection Class

Summary

Represents the collection of DelegatedServer

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class DelegatedServersCollection : IList<DelegatedServer>, ICollection<DelegatedServer>, IEnumerable<DelegatedServer>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
Public Class DelegatedServersCollection  
   Implements System.Collections.Generic.ICollection(Of DelegatedServer), System.Collections.Generic.IEnumerable(Of DelegatedServer), System.Collections.Generic.IList(Of DelegatedServer), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
public ref class DelegatedServersCollection : public System.Collections.Generic.ICollection<DelegatedServer>, System.Collections.Generic.IEnumerable<DelegatedServer>, System.Collections.Generic.IList<DelegatedServer>, System.Collections.IEnumerable   

Remarks

Each element of the DelegatedServersCollection collection is a DelegatedServer.

Elements of DelegatedServersCollection Collection will be enumerated in the order they were added to distribute the load between the different DelegatedServer.

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