Leadtools.Jpip.Server Namespace : DelegatedServersCollection Class |
[DefaultMemberAttribute("Item")] public class DelegatedServersCollection : System.Collections.Generic.ICollection<DelegatedServer>, System.Collections.Generic.IEnumerable<DelegatedServer>, System.Collections.Generic.IList<DelegatedServer>, System.Collections.IEnumerable
'Declaration <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
'Usage Dim instance As DelegatedServersCollection
public sealed class DelegatedServersCollection : System.Collections.Generic.ICollection<DelegatedServer>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <DelegatedServer>, Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <DelegatedServer>, System.Collections.IEnumerable
function Leadtools.Jpip.Server.DelegatedServersCollection()
[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
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2