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


IServerObjectConfiguration5.LoadBalancing Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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 [out, retval]
pType is a parameter of type esriLoadBalancing pType [in]
pType is a parameter of type esriLoadBalancing

Product Availability

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

See Also

IServerObjectConfiguration5 Interface