GigaSpaces XAP.NET Documentation
AutoRenewTotalDuration Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigAutoRenewTotalDuration
Gets or sets the total period of time, in milliseconds, at which Event Session lease will be auto renewed. Each renewal period will be of AutoRenewLeaseDuration.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")]
public long AutoRenewTotalDuration { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _
Public Property AutoRenewTotalDuration As Long
	Get
	Set
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")]
public:
property long long AutoRenewTotalDuration {
	long long get ();
	void set (long long value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public long get_AutoRenewTotalDuration()
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public  void set_AutoRenewTotalDuration(long value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)