GigaSpaces XAP.NET Documentation
RequiredZones Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitRequiredZones
Gets the list of zones this processing units are required to run on. If there is more than one zone, the processing unit can run on either of the zones.
Declaration Syntax
C#Visual BasicVisual C++J#
IList<string> RequiredZones { get; }
ReadOnly Property RequiredZones As IList(Of String)
property IList<String^>^ RequiredZones {
	IList<String^>^ get ();
}
/** @property */
IList<String> get_RequiredZones()

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