Click or drag to resize

LoadBalancer(IEnumerableString, String) Constructor

Construtor that initialize the hosts

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public LoadBalancer(
	IEnumerable<string> servers,
	string localServer
)

Parameters

servers  IEnumerableString
Enumeration of server names
localServer  String
Name of the local server (nust be part of the servers if there are any servers)
Exceptions
ExceptionCondition
ApplicationExceptionAn exception is thrown if localServer is empty
See Also