GigaSpaces XAP.NET Documentation
IgnoreEventOnNullTake Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)IgnoreEventOnNullTake
Gets or sets whether a data event should be raised when the container receives a notification but fails to take the entry. This can happen, for instance, if there are multiple listeners that listen for the same data and use PerformTakeOnNotify .In that case only one of them will take the entry and the rest will return null, which is probably means the event is irrelevant for those listeners and should not be raised.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool IgnoreEventOnNullTake { get; set; }
Public Property IgnoreEventOnNullTake As Boolean
public:
property bool IgnoreEventOnNullTake {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_IgnoreEventOnNullTake()
/** @property */
public  void set_IgnoreEventOnNullTake(boolean value)
See Also

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