| ClusterServiceCreate Method |
Namespace:
Dynamicweb.LoadBalancing.Data
Assembly:
Dynamicweb.LoadBalancing (in Dynamicweb.LoadBalancing.dll) Version: 4.0.2
Syntax public ClusterNode Create(
string hostName,
string ipAddress
)
Public Function Create (
hostName As String,
ipAddress As String
) As ClusterNode
Parameters
- hostName
- Type: SystemString
- ipAddress
- Type: SystemString
Return Value
Type:
ClusterNodeSee Also