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

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