GigaSpaces XAP.NET Documentation
GuaranteedNotifications Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigGuaranteedNotifications
Gets or sets whether to generate notifications that will not be lost during failover.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.0 - Use durable notifications instead.")]
public bool GuaranteedNotifications { get; set; }
<ObsoleteAttribute("Since 9.0 - Use durable notifications instead.")> _
Public Property GuaranteedNotifications As Boolean
[ObsoleteAttribute(L"Since 9.0 - Use durable notifications instead.")]
public:
property bool GuaranteedNotifications {
	bool get ();
	void set (bool value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 9.0 - Use durable notifications instead.") */
public boolean get_GuaranteedNotifications()
/** @property */
/** @attribute ObsoleteAttribute("Since 9.0 - Use durable notifications instead.") */
public  void set_GuaranteedNotifications(boolean value)

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