GigaSpaces XAP.NET Documentation
ScanRemotingServices Property
Class LibraryGigaSpaces.XAP.ConfigurationProcessingUnitConfigurationSectionScanRemotingServices
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
	Get
	Set
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: 14.2.0.0 (14.2.0.20400)