GigaSpaces XAP.NET Documentation
GetMachineByHostName Method (hostName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MachineIMachinesGetMachineByHostName(String)
Returns the machine by the host name.
Declaration Syntax
C#Visual BasicVisual C++J#
IMachine GetMachineByHostName(
	string hostName
)
Function GetMachineByHostName ( _
	hostName As String _
) As IMachine
IMachine^ GetMachineByHostName(
	String^ hostName
)
IMachine GetMachineByHostName(
	String hostName
)
Parameters
hostName (String)
The host name to lookup the machine by.
Return Value
The machine correlated to the specified host name, null if there is no one

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)