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:
virtual property bool ScanEventContainers {
	bool get () sealed;
	void set (bool value) sealed;
}
/** @property */
public final boolean get_ScanEventContainers()
/** @property */
public final  void set_ScanEventContainers(boolean value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)