This document is archived and information here might be outdated.  Recommended version.


IServerObjectConfiguration5.LoadBalancing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfiguration5 Interface > IServerObjectConfiguration5.LoadBalancing Property
ArcGIS Developer Help

IServerObjectConfiguration5.LoadBalancing Property

The service load balancing type.

[Visual Basic .NET]
Public Property LoadBalancing As esriLoadBalancing
[C#]
public esriLoadBalancing LoadBalancing {get; set;}
[C++]
HRESULT get_LoadBalancing(
  esriLoadBalancing pType
);
[C++]
HRESULT put_LoadBalancing(
  esriLoadBalancing* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type esriLoadBalancing pType [out, retval]
pType is a parameter of type esriLoadBalancing*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectConfiguration5 Interface