  | PatternTopologyResolverResolveNode Method  | 
 
            Determines which rack a node belongs to.
            
 
    Namespace: 
   Ookii.Jumbo.Topology
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic string ResolveNode(
	string hostName
)
Public Function ResolveNode ( 
	hostName As String
) As String
public:
virtual String^ ResolveNode(
	String^ hostName
) sealed
abstract ResolveNode : 
        hostName : string -> string 
override 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.
Implements
ITopologyResolverResolveNode(String)
See Also