GigaSpaces XAP.NET Documentation
SpaceProxy Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)SpaceProxy
Gets or sets the proxy to the space which should be listened to.
Declaration Syntax
C#Visual BasicVisual C++J#
public ISpaceProxy SpaceProxy { get; set; }
Public Property SpaceProxy As ISpaceProxy
public:
virtual property ISpaceProxy^ SpaceProxy {
	ISpaceProxy^ get () sealed;
	void set (ISpaceProxy^ value) sealed;
}
/** @property */
public final ISpaceProxy get_SpaceProxy()
/** @property */
public final  void set_SpaceProxy(ISpaceProxy value)
Remarks
This property cannot be changed when the container is running. To change it, Stop()()() the container, set the new value then Start()()() it again.

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