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:
virtual property bool ScanRemotingServices {
	bool get () sealed;
	void set (bool value) sealed;
}
/** @property */
public final boolean get_ScanRemotingServices()
/** @property */
public final  void set_ScanRemotingServices(boolean value)

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