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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)