GigaSpaces XAP.NET Documentation
AutoRenew Property
Class LibraryGigaSpaces.Core.EventsEventSessionConfigAutoRenew
Gets or sets whether the event session automatic lease renewal is enabled.
Note:If defined, AutoRenewFailed must have at least one subscriber.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool AutoRenew { get; set; }
Public Property AutoRenew As Boolean
public:
property bool AutoRenew {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_AutoRenew()
/** @property */
public  void set_AutoRenew(boolean value)
See Also

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