Gets or sets whether the container should scan and automatically manage event listener containers
(Types marked with
EventDrivenAttribute).

Declaration Syntax
C# | Visual Basic | Visual 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: 9.7.0.0 (9.7.2.11000)