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

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