| 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
)
Public Function Enroll (
name As String,
serviceAction As Func(Of String, ApplicationResponse(Of String))
) As Boolean
Parameters
- name
- Type: SystemString
- serviceAction
- Type: SystemFuncString, ApplicationResponseString
Return Value
Type:
BooleanSee Also