Microsoft Internet Security and Acceleration Server 2000

FPCServer.LoadFactor Property

Gets or sets the load factor of the server. A load factor is a relative number that assigns more traffic to servers that are able to handle more requests.

VBScript Syntax[VBScript]

FPCServer.LoadFactor [ = lLoadFactor ]

C++ Syntax[C++]

HRESULT get_LoadFactor( 
  long *plLoadFactor
);
 
HRESULT put_LoadFactor( 
  long lLoadFactor
);

Parameters

lLoadFactor
Long value that specifies the load factor.

The property is read-write.

Applies To

FPCServer