LoadBalancingSupportedAttribute Class
Determines whether the component participates in load balancing, if the component load balancing service is installed and enabled on the server.
For a list of all members of this type, see LoadBalancingSupportedAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.LoadBalancingSupportedAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> <ComVisible(False)> NotInheritable Public Class LoadBalancingSupportedAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] [ComVisible(false)] public sealed class LoadBalancingSupportedAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] [ComVisible(false)] public __gc __sealed class LoadBalancingSupportedAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) ComVisible(false) class LoadBalancingSupportedAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
LoadBalancingSupportedAttribute Members | System.EnterpriseServices Namespace