GigaSpaces XAP.NET Documentation
AfterRemoveByLease Property
Class LibraryGigaSpaces.Core.FiltersMethodNameSpaceFilterConfigFactoryAfterRemoveByLease
Filter callback after an entry was removed due to lease expression or lease cancel.
Declaration Syntax
C#Visual BasicVisual C++J#
public string AfterRemoveByLease { get; set; }
Public Property AfterRemoveByLease As String
public:
property String^ AfterRemoveByLease {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_AfterRemoveByLease()
/** @property */
public  void set_AfterRemoveByLease(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)