GigaSpaces XAP.NET Documentation
CloneEventListenersPerThread Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)CloneEventListenersPerThread
Gets or sets whether to clone the event listener containing classes when the container is invoking the DataEventArrived event from more than one thread
Declaration Syntax
C#Visual BasicVisual C++J#
public bool CloneEventListenersPerThread { get; set; }
Public Property CloneEventListenersPerThread As Boolean
public:
property bool CloneEventListenersPerThread {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_CloneEventListenersPerThread()
/** @property */
public  void set_CloneEventListenersPerThread(boolean value)

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