GigaSpaces XAP.NET Documentation
ScanBasicComponents Property
Class LibraryGigaSpaces.XAP.ConfigurationBasicContainerConfigurationElementScanBasicComponents
Gets or sets whether the container should scan and automatically manage processing unit components (Types marked with BasicProcessingUnitComponentAttribute).
Declaration Syntax
C#Visual BasicVisual C++J#
public bool ScanBasicComponents { get; set; }
Public Property ScanBasicComponents As Boolean
public:
property bool ScanBasicComponents {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_ScanBasicComponents()
/** @property */
public  void set_ScanBasicComponents(boolean value)

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