GigaSpaces XAP.NET Documentation
AutoRenewRTT Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigAutoRenewRTT
Gets or sets the time that takes to reach the server and return (Round trip time) in milliseconds. This value will be the time the renew request will be sent to the server prior to the end of the current lease.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")]
public long AutoRenewRTT { get; set; }
<ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated")> _
Public Property AutoRenewRTT As Long
[ObsoleteAttribute(L"Since 9.7 - Customizing auto-renew parameters is deprecated")]
public:
property long long AutoRenewRTT {
	long long get ();
	void set (long long value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public long get_AutoRenewRTT()
/** @property */
/** @attribute ObsoleteAttribute("Since 9.7 - Customizing auto-renew parameters is deprecated") */
public  void set_AutoRenewRTT(long value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)