GigaSpaces XAP.NET Documentation
HostNames Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentIGridServiceAgentsHostNames
Gets a dictionary of grid service agent with the key as the host name it is running on.
Declaration Syntax
C#Visual BasicVisual C++J#
IDictionary<string, IGridServiceAgent> HostNames { get; }
ReadOnly Property HostNames As IDictionary(Of String, IGridServiceAgent)
property IDictionary<String^, IGridServiceAgent^>^ HostNames {
	IDictionary<String^, IGridServiceAgent^>^ get ();
}
/** @property */
IDictionary<String, IGridServiceAgent> get_HostNames()

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