The DelegatedServersCollection Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Represents the collection of DelegatedServer
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class DelegatedServersCollection Implements ICollection(Of DelegatedServer), IEnumerable(Of DelegatedServer), IList(Of DelegatedServer), IEnumerable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DelegatedServersCollection | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class DelegatedServersCollection : ICollection<DelegatedServer>, IEnumerable<DelegatedServer>, IList<DelegatedServer>, IEnumerable | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] public ref class DelegatedServersCollection : public ICollection<DelegatedServer>, IEnumerable<DelegatedServer>, IList<DelegatedServer>, IEnumerable | |
For an example, refer to DelegatedServer.
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.
System.Object
Leadtools.Jpip.Server.DelegatedServersCollection
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code