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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)