GigaSpaces XAP.NET Documentation
Spaces Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitSpaces
Gets all the embedded ISpaces within a processing unit. Returns an empty array if there are no embedded spaces defined within the processing unit, or none has been associated with the processing unit yet.
Declaration Syntax
C#Visual BasicVisual C++J#
IList<ISpace> Spaces { get; }
ReadOnly Property Spaces As IList(Of ISpace)
property IList<ISpace^>^ Spaces {
	IList<ISpace^>^ get ();
}
/** @property */
IList<ISpace> get_Spaces()

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