GigaSpaces XAP.NET Documentation
SpaceProxy Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(Of <(TData>)>)SpaceProxy
Gets or sets the proxy to the space which should be listened to.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceProxy SpaceProxy { get; set; }
Property SpaceProxy As ISpaceProxy
property ISpaceProxy^ SpaceProxy {
	ISpaceProxy^ get ();
	void set (ISpaceProxy^ value);
}
/** @property */
ISpaceProxy get_SpaceProxy()
/** @property */
 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: 10.2.0.0 (10.2.1.14000)