GigaSpaces XAP.NET Documentation
SpaceInstances Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitInstanceSpaceInstances
Gets all the ISpaceInstances that were stared within the processing unit instance. Will return an empty list if no space instances were started within this processing unit (or none has been detected yet).
Declaration Syntax
C#Visual BasicVisual C++J#
IList<ISpaceInstance> SpaceInstances { get; }
ReadOnly Property SpaceInstances As IList(Of ISpaceInstance)
property IList<ISpaceInstance^>^ SpaceInstances {
	IList<ISpaceInstance^>^ get ();
}
/** @property */
IList<ISpaceInstance> get_SpaceInstances()

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