GigaSpaces XAP.NET Documentation
ScanRemotingServices Property
Class LibraryGigaSpaces.XAP.ConfigurationBasicContainerConfigurationElementScanRemotingServices
Gets or sets whether the container should scan and automatically host remote services (Types marked with SpaceRemotingServiceAttribute).
Declaration Syntax
C#Visual BasicVisual C++J#
public bool ScanRemotingServices { get; set; }
Public Property ScanRemotingServices As Boolean
public:
property bool ScanRemotingServices {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_ScanRemotingServices()
/** @property */
public  void set_ScanRemotingServices(boolean value)

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