GigaSpaces XAP.NET Documentation
HostsByAddress Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MachineIMachinesHostsByAddress
Gets a map of machines by host address.
Declaration Syntax
C#Visual BasicVisual C++J#
IDictionary<string, IMachine> HostsByAddress { get; }
ReadOnly Property HostsByAddress As IDictionary(Of String, IMachine)
property IDictionary<String^, IMachine^>^ HostsByAddress {
	IDictionary<String^, IMachine^>^ get ();
}
/** @property */
IDictionary<String, IMachine> get_HostsByAddress()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)