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#
public long AutoRenewLeaseDuration { get; set; }
Public Property AutoRenewLeaseDuration As Long
public:
property long long AutoRenewLeaseDuration {
	long long get ();
	void set (long long value);
}
/** @property */
public long get_AutoRenewLeaseDuration()
/** @property */
public  void set_AutoRenewLeaseDuration(long value)
See Also

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