GigaSpaces XAP.NET Documentation
PerformTakeOnNotify Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)PerformTakeOnNotify
Gets or sets whether the container should take the entry from the space when an event arrives.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool PerformTakeOnNotify { get; set; }
Public Property PerformTakeOnNotify As Boolean
public:
property bool PerformTakeOnNotify {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_PerformTakeOnNotify()
/** @property */
public  void set_PerformTakeOnNotify(boolean value)
See Also

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