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

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