GigaSpaces XAP.NET Documentation
ScanEventContainers Property
Class LibraryGigaSpaces.XAP.ConfigurationBasicContainerConfigurationElementScanEventContainers
Gets or sets whether the container should scan and automatically manage event listener containers (Types marked with EventDrivenAttribute).
Declaration Syntax
C#Visual BasicVisual C++J#
public bool ScanEventContainers { get; set; }
Public Property ScanEventContainers As Boolean
public:
property bool ScanEventContainers {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_ScanEventContainers()
/** @property */
public  void set_ScanEventContainers(boolean value)
See Also

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