  | ITopologyResolverResolveNode Method  | 
 
            Determines which rack a node belongs to.
            
 
    Namespace: 
   Ookii.Jumbo.Topology
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxstring ResolveNode(
	string hostName
)
Function ResolveNode ( 
	hostName As String
) As String
String^ ResolveNode(
	String^ hostName
)
abstract ResolveNode : 
        hostName : string -> string 
Parameters
- hostName
 - Type: SystemString
The host name of the node. 
Return Value
Type: 
StringThe rack ID of the rack that the server belongs to.
See Also