Click or drag to resize

ActionSequenceTEnroll Method

Namespace:  Dynamicweb.LoadBalancing
Assembly:  Dynamicweb.LoadBalancing (in Dynamicweb.LoadBalancing.dll) Version: 4.0.2
Syntax
public bool Enroll(
	string name,
	Func<string, ApplicationResponse<string>> serviceAction
)

Parameters

name
Type: SystemString
serviceAction
Type: SystemFuncString, ApplicationResponseString

Return Value

Type: Boolean
See Also