Click or drag to resize

LoadBalancer(String, String) Constructor

Creates a loadbalancing clase from a service definition.

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(
	string hostNames,
	string localServer
)

Parameters

hostNames  String
String that contains hostnames separated with ';'
localServer  String
Name of the local service must be included in the hosts of the service definition
See Also