GigaSpaces XAP.NET Documentation
AutoRenewLeaseDuration Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigAutoRenewLeaseDuration
Gets or sets the lease period, in milliseconds, used to auto renew the Event Session. This period defines the max time passes between session failure, and the time the failure notifications is received. The parameter value must be bigger than AutoRenewRTT.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")]
public long AutoRenewLeaseDuration { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _
Public Property AutoRenewLeaseDuration As Long
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")]
public:
property long long AutoRenewLeaseDuration {
	long long get ();
	void set (long long value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public long get_AutoRenewLeaseDuration()
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public  void set_AutoRenewLeaseDuration(long value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)