GigaSpaces XAP.NET Documentation
Locators Property
Class LibraryGigaSpaces.Core.Admin.ServiceGridServiceGridAdminBuilderLocators
Gets or sets the lookup locators (ip:port) of the lookup service that will be used to listen for events.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<string> Locators { get; set; }
Public Property Locators As ICollection(Of String)
public:
property ICollection<String^>^ Locators {
	ICollection<String^>^ get ();
	void set (ICollection<String^>^ value);
}
/** @property */
public ICollection<String> get_Locators()
/** @property */
public  void set_Locators(ICollection<String> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)